# Insights

- [Introduction](https://docs.borndigital.ai/insights/introduction.md): This section will enable you to understand the basics of creating and managing your first insight project.
- [Workspace](https://docs.borndigital.ai/insights/workspace.md): Master the fundamentals of the Digital Studio Insight Workspace
- [Design](https://docs.borndigital.ai/insights/workspace/design.md): This module is for specifying parameters and categories that are then grouped in the prompts and used for analysis.
- [Parameters](https://docs.borndigital.ai/insights/workspace/design/parameters.md): This module is used for creating and managing parameters that are later used by prompts.
- [Categories](https://docs.borndigital.ai/insights/workspace/design/categories.md): This module is for creating and managing categories that are then used for the categorisation of the processed text or audio from data sources.
- [Prompts](https://docs.borndigital.ai/insights/workspace/design/prompts.md): This module is for creating and managing Prompts. They pair parameters into wholes that are then used for processing audio (transcriptions) and text inputs.
- [User feedback](https://docs.borndigital.ai/insights/workspace/design/user-feedback.md): This module is for noting individual audio records or texts in the player for the dashboards users. You can configure the questions in the Evaluate button.
- [Upload](https://docs.borndigital.ai/insights/workspace/upload.md): This module is for uploading data that is to be analysed.
- [Data sources (Audio)](https://docs.borndigital.ai/insights/workspace/upload/data-sources-audio.md): This section is used for data sourcing using the manual upload option or integration with other data sources.
- [Data sources (Text)](https://docs.borndigital.ai/insights/workspace/upload/data-sources-text.md): This section is used for data sourcing using the manual upload option or integration with other data sources.
- [Process](https://docs.borndigital.ai/insights/workspace/process.md): This module is for following the progress of the data processing and rerunning the analysis if any changes are made to the settings or new files are uploaded.
- [Unprocessed](https://docs.borndigital.ai/insights/workspace/process/unprocessed.md): This module serves to display the status of processing files after their manipulation, ie, data upload, copy, rerun, etc.
- [Batch jobs](https://docs.borndigital.ai/insights/workspace/process/batch-jobs.md): This module is used for displaying all batch jobs, ie, using prompts (suggesting topics, etc.) and reruns.
- [Rerun](https://docs.borndigital.ai/insights/workspace/process/rerun.md): This feature is used for re-running the processing/analysis of files after any changes to the configuration of parameters, prompts, or uploading new files, changing providers, adding metadata, etc.
- [Analyse](https://docs.borndigital.ai/insights/workspace/analyse.md): This module is meant for the visualisation of the data that was analysed.
- [Settings](https://docs.borndigital.ai/insights/workspace/analyse/settings.md): This module is for adjusting showed fields in player (used for playing recordings or seeing html emails).
- [Dashboards](https://docs.borndigital.ai/insights/workspace/analyse/dashboards.md): In this module, you can create and manage Kibana dashboards that display analyzed data.
- [Building new projects](https://docs.borndigital.ai/insights/building-new-projects.md): Welcome aboard! This guide will walk you through the effortless steps to craft a basic and adva Isights analysis project. Follow along this step-by-step tutorial to create an Isights analysis project.
- [Analysis project](https://docs.borndigital.ai/insights/building-new-projects/analysis-project.md): In this chapter, you will learn how to build a basic project for analysing audio recordings or texts.
- [1. Create your first Insights project](https://docs.borndigital.ai/insights/building-new-projects/analysis-project/1.-create-your-first-insights-project.md): Here you will learn how to step-by-step create a new analytical project.
- [2. Configure parameters and prompts](https://docs.borndigital.ai/insights/building-new-projects/analysis-project/2.-configure-parameters-and-prompts.md): Now that we have created the new project, it's time to prepare it for the analysis phase by defining parameters and prompts for the data files analysis.
- [3. Data upload](https://docs.borndigital.ai/insights/building-new-projects/analysis-project/3.-data-upload.md): Since we already have parameters and prompts defined, we can now use them to analyse data, but first, we need to upload them.
- [4. Data visualisation (dashboard)](https://docs.borndigital.ai/insights/building-new-projects/analysis-project/4.-data-visualisation-dashboard.md): Since we have already prepared all crucial parts, only the visual data representation in the dashboard is pending.
- [Advanced analysis project using flow](https://docs.borndigital.ai/insights/building-new-projects/advanced-analysis-project-using-flow.md): In this chapter, you will learn how to build an advanced Insight analysis project and pass data from Insight to the Digital Agent (flow) for further processing and back.
- [1. Create Digital Agent flow projects](https://docs.borndigital.ai/insights/building-new-projects/advanced-analysis-project-using-flow/1.-create-digital-agent-flow-projects.md)
- [2. Create Insights project](https://docs.borndigital.ai/insights/building-new-projects/advanced-analysis-project-using-flow/2.-create-insights-project.md): Here you will learn how to step-by-step create a new analytical project.
- [3. Configure parameters and prompts](https://docs.borndigital.ai/insights/building-new-projects/advanced-analysis-project-using-flow/3.-configure-parameters-and-prompts.md): Now that we have created the new project, it's time to prepare it for the analysis phase by defining parameters and prompts for the data files analysis.
- [4. Data upload](https://docs.borndigital.ai/insights/building-new-projects/advanced-analysis-project-using-flow/4.-data-upload.md): Since we already have parameters and prompts defined, we can now use them to analyse data, but first, we need to upload them.
- [5. (Optional) Calling Insight parameters from the flow](https://docs.borndigital.ai/insights/building-new-projects/advanced-analysis-project-using-flow/5.-optional-calling-insight-parameters-from-the-flow.md): If you decided to pass the values/results from the previous prompts, here you can find how you can use them in the flow.
- [6. Data visualisation (dashboard)](https://docs.borndigital.ai/insights/building-new-projects/advanced-analysis-project-using-flow/6.-data-visualisation-dashboard.md): Since we have already prepared all crucial parts, only the visual data representation in the dashboard is pending.


---

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