> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-heartcore/getting-started.md).

# Getting Started

- [API Browser](https://docs.umbraco.com/umbraco-heartcore/getting-started/api-browser.md)
- [Backoffice Users and API Keys](https://docs.umbraco.com/umbraco-heartcore/getting-started/backoffice-users-and-api-keys.md): Managing Umbraco Heartcore Users and API keys
- [Building a project from scratch](https://docs.umbraco.com/umbraco-heartcore/getting-started/creating-a-heartcore-project.md): A guide to building an Umbraco Heartcore project
- [Environments](https://docs.umbraco.com/umbraco-heartcore/getting-started/environments.md)
- [GraphQL Playground](https://docs.umbraco.com/umbraco-heartcore/getting-started/graphql-playground.md): Documentation for Umbraco Heartcore GraphQL Playground.
- [Preview](https://docs.umbraco.com/umbraco-heartcore/getting-started/preview.md)
- [The Umbraco Cloud Portal](https://docs.umbraco.com/umbraco-heartcore/getting-started/the-cloud-portal.md)
- [Tour of the Backoffice](https://docs.umbraco.com/umbraco-heartcore/getting-started/the-umbraco-backoffice.md): Tour of Umbraco Heartcore backoffice
- [Using the Forms API](https://docs.umbraco.com/umbraco-heartcore/getting-started/using-the-forms-api.md)
- [Webhooks](https://docs.umbraco.com/umbraco-heartcore/getting-started/webhooks.md)
- [Deployment workflow](https://docs.umbraco.com/umbraco-heartcore/getting-started/deployment-workflow.md)
- [Content and media transfer / restore](https://docs.umbraco.com/umbraco-heartcore/getting-started/deployment-workflow/content-transfer.md)
- [Structure deployments](https://docs.umbraco.com/umbraco-heartcore/getting-started/deployment-workflow/structure-deployment.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/getting-started.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.
