# Getting Started

- [Build Your Automation Hub](https://docs.appmixer.com/getting-started/build-your-automation-hub.md)
- [Build and Publish a Template](https://docs.appmixer.com/getting-started/integrations.md)
- [Customize and Share Your Hub](https://docs.appmixer.com/getting-started/customize-and-share-your-hub.md)
- [Embed Your Automation Hub](https://docs.appmixer.com/getting-started/embed-your-automation-hub.md)
- [Monitor Hub Performance](https://docs.appmixer.com/getting-started/monitor-hub-performance.md)
- [Build and Run an Automation](https://docs.appmixer.com/getting-started/automations.md)
- [Build and Run an AI agent](https://docs.appmixer.com/getting-started/build-and-run-an-ai-agent.md)
- [Build a Custom Connector](https://docs.appmixer.com/getting-started/custom-connectors.md)
- [Embed into Your Application](https://docs.appmixer.com/getting-started/embed.md)
- [Monitor & Troubleshoot](https://docs.appmixer.com/getting-started/customer-support.md)
- [Access Appmixer REST API](https://docs.appmixer.com/getting-started/api.md)
- [Install and Update Connectors](https://docs.appmixer.com/getting-started/modules.md): Manage the modules available in the system.
- [Connector Configuration](https://docs.appmixer.com/getting-started/services.md)
- [Handle Flow Errors](https://docs.appmixer.com/getting-started/system-webhooks.md)
- [Use App Events](https://docs.appmixer.com/getting-started/use-app-events.md)
- [End User Guide](https://docs.appmixer.com/getting-started/end-user-guide.md)


---

# 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.appmixer.com/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.
