# RogerRoger

## RogerRoger

- [Authentication setup](https://developer.rogerroger.io/getting-started/authentication-setup.md): Welcome to the RogerRoger API
- [Rate limits](https://developer.rogerroger.io/getting-started/rate-limits.md): Request limits and error handling
- [Error handling](https://developer.rogerroger.io/getting-started/error-handling.md): How to handle response codes
- [Pagination](https://developer.rogerroger.io/getting-started/pagination.md): How to handle results
- [People](https://developer.rogerroger.io/crm/people.md)
- [Organizations](https://developer.rogerroger.io/organizations.md)
- [Lists](https://developer.rogerroger.io/lists.md)
- [Workspaces](https://developer.rogerroger.io/workspaces/workspaces.md)
- [Tasks](https://developer.rogerroger.io/tasks.md)
- [Tags](https://developer.rogerroger.io/global/tags.md)
- [What is a webhook?](https://developer.rogerroger.io/webhooks/what-is-a-webhook.md): All about webhooks
- [Set up a webhook](https://developer.rogerroger.io/webhooks/set-up-a-webhook.md)
- [Conversation](https://developer.rogerroger.io/webhooks/conversation.md)
- [Whatsapp messages](https://developer.rogerroger.io/sending/whatsapp-messages.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, 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://developer.rogerroger.io/getting-started/authentication-setup.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.
