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

# API Documentation

## Introduction

This is the official API documentation of Asters.&#x20;

Asters is an all-in-one social media automation platform for scaling marketing teams by simplifying, optimizing and automating social media marketing processes thanks to the use of generative AI.

Here you can learn more about our API and how to integrate it at ease in your infrastructure.

If you have any questions, please email us at <support@asters.ai> or open live chat (bottom-right corner of every page). \
Alternatively, visit our website [asters.ai](https://asters.ai)

Before you dive into any integration or start using our API, it'd be a good idea to familiarize yourself with our [terms of use](https://asters.ai/terms-of-use).


---

# 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.asters.ai/api/api-documentation.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.
