> For the complete documentation index, see [llms.txt](https://docs.glik.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glik.ai/deprecation/studio.md).

# Studio

<details>

<summary>⚠️ Content is scheduled for deprecation</summary>

The features and workflows described below are currently under review and may be removed or replaced in a future version of GLIK.

</details>

The **Studio** is the main page of Glik. From here, you can manage your existing applications, explore templates, access knowledge resources, or start building new applications. Most actions in the Studio are focused on navigating to or preparing for the orchestration interface.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcNgPUJO7gFH6TVIFqFF-t57xTUHkpfxw45vOA6WyI-kuj5C-T0ak-03zjeJTh-g22hqmIKJYPMBgcvgq2BZq38b039_0MsSbJZFW5Zw_jcwWnVHnEUdxoXtioLmOeMK6_CuifP?key=CpZpdPOF0x_0UuxHi8JHmgAG" alt=""><figcaption></figcaption></figure>

Inside your studio you can find 4 different sections:

* **The Navigation Bar:** To access different sections of Glik
  * **Studio:** Browse through existing templates and existing apps created by you.
  * **Dataset:** To upload and manage your knowledge bases.
  * **Integration:** To browse all the available tools for your agents.
* **User Menu:** For accessing the menu related to your account
* **Application Cards:** For creating a new application or accessing to the applications you created

## App Creation

In the ‘**Create New**’ card you can choose whether to create an app from scratch, to use an already existing template or to upload your own app through an VAML file.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd6p6SypiRJSEI6aM2x-nFdM7KAiwg3NrbyRHrlzH0K3TVTRB4eNGRpEp8gRuqjxSLNtW0OzbmrRQLMNXaF2bkhNsIrE_kduF7slS0OMoNYjiMwgOeDVGtHHh_SPRtZuBdylpP4Xg?key=CpZpdPOF0x_0UuxHi8JHmgAG" alt=""><figcaption></figcaption></figure>

## Draft an App from a Template

By choosing this option, you can select from a wide variety of templates to customize into your own application.

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

<br>


---

# 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.glik.ai/deprecation/studio.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.
