# Developer Docs

{% hint style="info" %}
You can find out public API docs [here](https://api.osmos.io/public/v1/explore#/)
{% endhint %}

In this section you can to the following

1. [Manage API Keys](/developer-docs/manage-api-keys.md)
2. [Embedding an Uploader](/developer-docs/webpage-integration.md)
3. [Turning on Advanced Mode Uploader](/developer-docs/turning-on-advanced-mode-uploader.md)
4. [Customizing Uploader Styling](/developer-docs/customizing-uploader-styling.md)
5. [Passing Parameterized Fields](/developer-docs/parameterized-fields.md)
6. [Configuring Uploader Recall](/developer-docs/configuring-uploaders-recall-functionality.md)
7. [Optional Uploader Settings](/developer-docs/optional-uploader-settings.md)
8. [Uploader Submission Callback](/developer-docs/uploader-submission-callback.md)
9. [Configuring AutoClean for your Uploader](/developer-docs/configuring-autoclean-for-your-uploader.md)
10. [Client-Side Validations](/developer-docs/uploader-client-side-validation.md)
11. [Validation and Webhooks](/developer-docs/validation-and-transformation-webhooks.md)
12. [Parser Webhook](/developer-docs/parser-webhook-for-file-based-connectors.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://docs.osmos.io/developer-docs.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.
