# Ocoya API

## Ocoya API

- [Introduction](https://docs.ocoya.com/getting-started/readme.md)
- [Quick Start](https://docs.ocoya.com/getting-started/quick-start.md)
- [Authentication](https://docs.ocoya.com/fundamentals/getting-started-1.md): Information about sending authenticated requests
- [Rate limits](https://docs.ocoya.com/fundamentals/rate-limits.md): Information about our API rate limitation
- [Limitations](https://docs.ocoya.com/fundamentals/limitations.md)
- [Date limitations](https://docs.ocoya.com/fundamentals/limitations/date-limitations.md)
- [URL file limitations](https://docs.ocoya.com/fundamentals/limitations/url-file-limitations.md)
- [Pagination limitations](https://docs.ocoya.com/fundamentals/limitations/pagination-limitations.md)
- [Me](https://docs.ocoya.com/endpoints/me.md)
- [Workspaces](https://docs.ocoya.com/endpoints/workspaces.md)
- [Social profiles](https://docs.ocoya.com/endpoints/social-profiles.md)
- [Posts](https://docs.ocoya.com/endpoints/posts.md)
- [List posts](https://docs.ocoya.com/endpoints/posts/list-posts.md)
- [Create post](https://docs.ocoya.com/endpoints/posts/create-post.md)
- [Update post](https://docs.ocoya.com/endpoints/posts/update-post.md)
- [Delete post](https://docs.ocoya.com/endpoints/posts/delete-post.md)
- [Automations](https://docs.ocoya.com/endpoints/automations.md)
- [List workflows](https://docs.ocoya.com/endpoints/automations/list-workflows.md)
- [Get workflow](https://docs.ocoya.com/endpoints/automations/get-workflow.md)
- [Start / pause workflow](https://docs.ocoya.com/endpoints/automations/start-pause-workflow.md)
- [HTTP status codes](https://docs.ocoya.com/extra/http-status-codes.md): Information about sending authenticated requests


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ocoya.com/getting-started/readme.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.
