# Developer FAQ

#### 1. Authentication & account

1. [**How do I register for a developer account?**](/openplatform/about-us/user-guide/oten-developer/register-as-a-developer.md)
2. [**Can I use my existing Oten account to sign in?**](/openplatform/about-us/user-guide/oten-developer/register-as-a-developer.md)
3. [**How do I reset my password?**](/openplatform/about-us/user-guide/oten-developer/register-as-a-developer.md)

#### 2. App creation & management

1. [**How do I create a new app?**](/openplatform/about-us/user-guide/oten-developer/2.-create-an-app.md)
2. [**What information do I need to provide to publish my app?**](/openplatform/about-us/user-guide/oten-developer/3.-declare-application-info.md)
3. [**Can I test my app before publishing?**](/openplatform/comming-soon/test-your-app.md)
4. [**How can I preview my app before publishing?**](/openplatform/about-us/user-guide/oten-developer/3.-declare-application-info.md)

#### 3. App publishing

1. [**How do I publish my app to the marketplace?**](/openplatform/about-us/user-guide/oten-developer/6.-publish-your-app/publish-your-app.md)
2. [**What happens after I submit my app for approval?**](/openplatform/about-us/user-guide/oten-developer/7.-manage-your-app/app-lifecycle.md)
3. [**Can I cancel my submission?**](/openplatform/about-us/user-guide/oten-developer/7.-manage-your-app/app-lifecycle.md)

#### 4. Managing existing apps

1. [**How do I edit or delete an app?**](/openplatform/about-us/user-guide/oten-developer/7.-manage-your-app/app-lifecycle.md)
2. [**How do I manage app's marketplace status?**](/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/help-center/faqs/faq.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.
