> 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/1.-create-your-first-insights-project.md).

# 1. Create your first Insights project

**Navigate to the Insight project creation:**

{% stepper %}
{% step %}

### Digital Studio - Insights product

After logging into the Digital Studio platform, select the **Insights** product for analysis.

<figure><img src="/files/i9Z5xvIELFnNOfqnoqmM" alt=""><figcaption><p>Choose product</p></figcaption></figure>

Or, if you are already in the Digital Studio, you can easily switch to the **Insights** product in the upper left dropdown menu.&#x20;

<figure><img src="/files/idf5H8MwqEj5PHZEYcPr" alt="" width="233"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create a project

<figure><img src="/files/rk89QKOw5EPC6cPbBUdY" alt=""><figcaption></figcaption></figure>

1. Click on the **+ Create** button
2. Fill in the **Name** of the project
3. Select the **Project type** of:
   1. **Audio** value for analyzing audio recordings
   2. or the **Text** value for analyzing texts
4. Select the primary **Language** in the analysis will be done
   1. You can also select multiple **Secondary languages** if you already know that some of the data may be in them.

{% hint style="info" %}
This language will be used for Speech to Text in case of Audio recordings.
{% endhint %}

1. Click on **Create project**

<figure><img src="/files/btGSNjLjwOvWj7dqG7X2" alt=""><figcaption></figcaption></figure>

Now that you are in a new analytical project, continue with the creation of parameters and prompts.
{% endstep %}
{% endstepper %}


---

# 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/1.-create-your-first-insights-project.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.
