> For the complete documentation index, see [llms.txt](https://docs.borndigital.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.borndigital.ai/insights/building-new-projects/analysis-project/2.-configure-parameters-and-prompts.md).

# 2. Configure parameters and prompts

## Defining parameters

Parameters are responsible for analyzing data using AI.&#x20;

1. **Open the** [**Parameters**](/insights/workspace/design/parameters.md) **module**
2. **Create or import Parameters**
   1. Creating new parameters&#x20;
      1. Choose type **Custom**
      2. **Name** the parameter
      3. Select the **language** in which the definition will be written
      4. Write a **definition** that will be used for the analysis
      5. Select the expected **output** **type** of the analysis
      6. Write a **list of values** that should be used as an output. Each of them needs to be confirmed using the "Enter" keyboard key.&#x20;
      7. Write a **fallback value** for cases where the analysis will fail and will not produce the desired output, using the list of values
   2. Importing parameters
      1. Use the **import** button
      2. Select the parameters file you want to import

## **Defining Prompts**

Prompts combine parameters into logical groups.&#x20;

1. **Open the** [**Prompts**](/insights/workspace/design/prompts.md) **module**
2. **Create or import Prompts**
   1. Creating new Prompts&#x20;
      1. **Name** the parameter
      2. Select the **language** in which the prompt should be processed
      3. Selected previously created, imported or default **parameters**
   2. Importing prompts
      1. Use the **import** button
      2. Select the prompts file you want to import


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.borndigital.ai/insights/building-new-projects/analysis-project/2.-configure-parameters-and-prompts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
