# Design

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/FGFqwOX7Zgz4DQ2eUh9C">Parameters</a></td><td>This module is for creating and managing parameters that are later used by prompts.</td></tr><tr><td><a href="/pages/pErr90fBujYeVz6QBPF7">Categories</a></td><td>This module is for creating and managing categories that are then used for the categorisation of the processed text or audio from data sources. </td></tr><tr><td><a href="/pages/wIf2aHuqMV2t89dvMv7T">Prompts</a></td><td>This module is for creating and managing Prompts. They pair parameters into wholes that are then used for processing audio (transcriptions) and text inputs.</td></tr><tr><td><a href="/pages/d9UBGbfx5WksCOYanbyK">User feedback</a></td><td>This module is for noting individual audio records in the player. You can find the defined question and answers there in the Evaluate button.</td></tr></tbody></table>


---

# 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.borndigital.ai/insights/workspace/design.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.
