# Robin Docs

## Robin Docs

- [Overview](https://docs.robinapp.co/overview.md): Teams of all sizes trust the Robin API for building in-app messaging without the headache of implementing complex features at scale.
- [Fundamentals](https://docs.robinapp.co/fundamentals.md): The building blocks of your Robin Integration.
- [Messaging with Robin](https://docs.robinapp.co/messaging-with-robin.md)
- [Guides](https://docs.robinapp.co/messaging-with-robin/guides.md): Your guide to integrating any Conversations and Messaging use case with Robin.
- [How does Robin Messaging work?](https://docs.robinapp.co/messaging-with-robin/guides/how-does-robin-messaging-work.md)
- [Setting up your Robin account](https://docs.robinapp.co/messaging-with-robin/guides/setting-up-your-robin-account.md)
- [Integrating Robin in your Nuxt.js app](https://docs.robinapp.co/messaging-with-robin/guides/integrating-robin-in-your-nuxt.js-app.md)
- [Adding Users to your Robin App](https://docs.robinapp.co/messaging-with-robin/guides/adding-users-to-your-robin-app.md)
- [What is the Robin User Token (RUT)?](https://docs.robinapp.co/messaging-with-robin/guides/what-is-the-robin-user-token-rut.md)
- [The What and Why: Robin Keys](https://docs.robinapp.co/messaging-with-robin/guides/the-what-and-why-robin-keys.md)
- [Customizing Robin for your Brand](https://docs.robinapp.co/messaging-with-robin/guides/customizing-robin-for-your-brand.md)
- [SDKs for UI Kit](https://docs.robinapp.co/messaging-with-robin/sdks-for-ui-kit.md)
- [Robin with Vue](https://docs.robinapp.co/messaging-with-robin/sdks-for-ui-kit/robin-with-vue.md)
- [Robin with React](https://docs.robinapp.co/messaging-with-robin/sdks-for-ui-kit/robin-with-react.md): Robin React SDK is still in development.
- [Robin with Flutter](https://docs.robinapp.co/messaging-with-robin/sdks-for-ui-kit/robin-with-flutter.md)
- [Add Messaging with Core SDKs](https://docs.robinapp.co/messaging-with-robin/add-messaging-with-core-sdks.md)
- [Javascript](https://docs.robinapp.co/messaging-with-robin/add-messaging-with-core-sdks/javascript.md)
- [Go](https://docs.robinapp.co/messaging-with-robin/add-messaging-with-core-sdks/go.md)
- [Python](https://docs.robinapp.co/messaging-with-robin/add-messaging-with-core-sdks/python.md)
- [API Reference](https://docs.robinapp.co/api-reference.md)
- [Robin Messaging Events](https://docs.robinapp.co/robin-messaging-events.md)
- [Samples and Resources](https://docs.robinapp.co/samples-and-resources.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://docs.robinapp.co/overview.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.
