# Scale

- [Process inputs in batches](https://docs.drafter.ai/scale/process-inputs-in-batches.md): How to perform hundreds of executions of the same workflow.
- [Organize internal knowledge base](https://docs.drafter.ai/scale/organize-internal-knowledge-base.md): Answer questions and generate content basing on your internal documents, support systems info and knowledge bases.
- [Template GPT3 prompts](https://docs.drafter.ai/scale/template-gpt3-prompts.md): How to use prompt templates to save and reuse best working prompts across multiple workflows.
- [Integrate Drafter AI to other apps with Make.com](https://docs.drafter.ai/scale/integrate-drafter-ai-to-other-apps-with-make.com.md): How to integrate Drafter AI workflows with other tools.
- [Get started with developer API](https://docs.drafter.ai/scale/get-started-with-developer-api.md): How to start integrating tools with Drafter AI directly.


---

# 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.drafter.ai/scale.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.
