# Develop

- [Designing an API Flow](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/designing-an-api-flow.md)
- [Request Context Parameters](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/request-context-parameters.md)
- [Configuring Sorting and Filtering in API Flows](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/configuring-sorting-and-filtering-in-api-flows.md)
- [Enable Pagination](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/enable-pagination.md)
- [Asynchronous API Request](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/asynchronous-api-request.md)
- [Multiple Responses using Conditional Route](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/multiple-responses-using-conditional-route.md)
- [Workflow Tasks in an API Flow](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/workflow-tasks-in-an-api-flow.md)
- [Enable File Download-Upload Through APIs](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/enable-file-download-upload-through-apis.md)
- [Database CRUD APIs Auto-Generation](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/database-crud-apis-auto-generation.md)
- [Pre-deployment Testing and Verification of API flows](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/pre-deployment-testing-and-verification-of-api-flows.md)
- [Multipart/Form-Data](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/multipart-form-data.md)
- [Certificate Store](https://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop/certificate-store.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://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/develop.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.
