# Client Libraries

- [Client Libraries](https://docs.umbraco.com/umbraco-heartcore/client-libraries/client-libraries.md)
- [.NET Core Console Application](https://docs.umbraco.com/umbraco-heartcore/client-libraries/dot-net-console.md)
- [Node.js Client library](https://docs.umbraco.com/umbraco-heartcore/client-libraries/node-js.md): Learn how to fetch content and media from your Umbraco Heartcore project  using Node.js and the Umbraco.Headless.Client.NodeJs Library.
- [.NET Client library](https://docs.umbraco.com/umbraco-heartcore/client-libraries/dot-net-core.md)
- [MVC Sample](https://docs.umbraco.com/umbraco-heartcore/client-libraries/dot-net-core/mvc-samples.md)
- [Content Management Sample](https://docs.umbraco.com/umbraco-heartcore/client-libraries/dot-net-core/content-management-sample.md): Learn how to access and work with the Content Management API on your Umbraco Heartcore project.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-heartcore/client-libraries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
