# Build

- [Workflow Basics](https://docs.drafter.ai/build/workflow-basics.md): What workflows are and how to use them
- [Workflow Builder Overview](https://docs.drafter.ai/build/workflow-basics/workflow-builder-overview.md): Basic interface and elements of the workflow builder
- [Builder: Input](https://docs.drafter.ai/build/workflow-basics/builder-input.md): How to configure workflow input
- [Builder: Action](https://docs.drafter.ai/build/workflow-basics/builder-action.md): How to configure workflow actions
- [Builder: Filter](https://docs.drafter.ai/build/workflow-basics/builder-filter.md): How to filter out the inaccurate results during the workflow execution
- [Create workflow](https://docs.drafter.ai/build/create-workflow.md): How to create your first workflow step by step.
- [Launch workflow](https://docs.drafter.ai/build/create-workflow/launch-workflow.md): How to launch and test your workflow to ensure it's workable.
- [Design output](https://docs.drafter.ai/build/create-workflow/design-output.md): How to visualize workflow results.
- [Export output results](https://docs.drafter.ai/build/create-workflow/export-output-results.md): How to export results to work with them outside.
- [Align Pricing Model](https://docs.drafter.ai/build/align-pricing-model.md): Make workflows fit your business model or budget


---

# 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/build.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.
