# Oten Developer

- [1. Become Oten Developer](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/register-as-a-developer.md): Join at today to become an Oten developer at: https://developer.oten.live
- [2. Create an app](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/2.-create-an-app.md)
- [3. Declare Application info](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/3.-declare-application-info.md)
- [About app ratings and reviews](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/3.-declare-application-info/ratings-and-reviews.md): Understand how ratings and reviews work on the Oten Store.
- [4. Config Resource & Security info](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/4.-config-resource-and-security-info.md)
- [Security Best Practices](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/4.-config-resource-and-security-info/authentication.md): OAuth 2.0 authentication and authorization for the Oten Platform.
- [5. Set up Pricing info](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/5.-set-up-pricing-info.md)
- [6. Publish your app](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/6.-publish-your-app.md)
- [Prepare before publishing your app](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/6.-publish-your-app/publish-your-app.md)
- [7. Manage your app](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/7.-manage-your-app.md)
- [App lifecycle](https://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer/7.-manage-your-app/app-lifecycle.md)


---

# Agent Instructions: 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://oten.gitbook.io/openplatform/about-us/user-guide/oten-developer.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.
