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

# Developer Guides

- [Integrate Onairos Web](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web.md): With just 1 line of code, you can access each of your users Personality
- [Installation](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web/installation.md): Setup
- [1 Line of Code](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web/1-line-of-code.md): You thought we were joking? No really just 1\* line of code
- [Manual API Call](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web/manual-api-call.md)
- [Receiving API](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web/manual-api-call/receiving-api.md): Once the user has authorized your access to their data you will receive an access token and api endpoint
- [Using the Inference API](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web/manual-api-call/using-the-inference-api.md): Learn insights into how your Users think, feel, act and react
- [Inference API Response](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web/inference-api-response.md): The user can optionally send you either their Sentiment or Personality Traits
- [Examples](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-web/examples.md): Example Usage in a React Application
- [Integrate Onairos Mobile](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile.md): With just 1 line of code, you can access each of your users Personality
- [Installation](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile/installation.md): Setup
- [1 Line of Code](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile/1-line-of-code.md): You thought we were joking? No really just 1\* line of code
- [Manual API Call](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile/manual-api-call.md)
- [Receiving API](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile/manual-api-call/receiving-api.md): Once the user has authorized your access to their data you will receive an access token and api endpoint
- [Using the Inference API](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile/manual-api-call/using-the-inference-api.md): Learn insights into how your Users think, feel, act and react
- [Inference API Response](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile/inference-api-response.md): The user can optionally send you either their Sentiment or Personality Traits
- [Examples](https://onairos.gitbook.io/docs/developer-guides/integrate-onairos-mobile/examples.md): Example Usage in a React Application
- [Example Usage of Data](https://onairos.gitbook.io/docs/developer-guides/example-usage-of-data.md): Here's why your Personalization will beat your Competitors
- [Coming Soon](https://onairos.gitbook.io/docs/developer-guides/coming-soon.md): Features Coming soon to enhance your Onairos Apps
- [Developer FAQ](https://onairos.gitbook.io/docs/developer-guides/developer-faq.md): General FAQ
- [Developer Debugging](https://onairos.gitbook.io/docs/developer-guides/developer-debugging.md): We have inbuilt debugging logs for our API and npm package


---

# 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, and the optional `goal` query parameter:

```
GET https://onairos.gitbook.io/docs/developer-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
