# Welcome to Digital Studio

{% embed url="<https://www.youtube.com/watch?v=LzLcqlpAAcs>" %}
Watch a short walkthrough of the Digital Studio: where things are and how to get started.\
Perfect if you’re new here and want the fastest overview before diving into the docs.
{% endembed %}

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="../product-changelog">Product changelog</a></td><td>Stay up to date with the latest releases, improvements, and fixes.</td></tr></tbody></table>

## Where do you want to go?

<table data-card-size="large" data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="../digital-agent">digital-agent</a></td><td>Master the fundamental principles for crafting a digital agent + use case</td><td></td><td><a href="../digital-agent">digital-agent</a></td></tr><tr><td><a href="../for-advanced-users">for-advanced-users</a></td><td>Get some tips from our conversation design experts.</td><td></td><td><a href="../for-advanced-users">for-advanced-users</a></td></tr><tr><td><a href="../insights">insights</a></td><td>Master the fundamental principles for crafting a text or audio analysis + use case</td><td></td><td></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/welcome/welcome-to-digital-studio.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.
