> For the complete documentation index, see [llms.txt](https://docs.thegptlab.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thegptlab.com/guide/product-walkthrough/guide-to-your-thegptlab-dashboard.md).

# Guide to Your theGPTlab Dashboard

Welcome to your theGPTlab dashboard! This is where your journey in crafting AI-driven financial agents begins. Let's take a tour of the dashboard and explore the tools and features at your disposal.<br>

<figure><img src="/files/99jT2owN5PRrCD6PdIyz" alt=""><figcaption></figcaption></figure>

### Getting Started

#### No-Code Agent Builder

**Easily Craft AI Agents:** Click on "Get started" under the No-Code Agent Builder to begin creating your AI agents. No coding is required, and you'll be guided through the process with our intuitive interface.

#### Agent API (Coming Soon)

**Integrate Advanced AI:** The Agent API section, coming soon, will allow you to integrate advanced AI capabilities into your existing systems with just a few lines of code. Keep an eye on this space for updates!

#### Kickstart Your Journey

**Unlock Full Potential:** Ready to dive in? Click "Build an agent" to start harnessing the power of AI for financial services. Whether you're new to AI or looking to scale, this is where your innovation begins.

### Usage Report

#### Agents

**Track Your Agents:** You currently have used 1 out of your 5 agent limit. To manage your existing agents or to build more, click on "View dashboard". If you need more agents, consider upgrading your account for unlimited access.

#### Datasources

**Manage Your Data:** You've utilized 1 out of 5 datasources. Your datasources are essential for feeding your agents with the financial data they need. To view or add more, click "View dashboard". For additional datasources, an account upgrade is available.

#### Tools

**Expand Your Toolkit:** You have yet to use any tools out of your limit of 5. These tools can enhance your agents' capabilities, offering them a wider range of functionalities. Access them by clicking "View dashboard". For an unlimited toolkit, upgrading your account is an option.

###

<br>

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


---

# 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.thegptlab.com/guide/product-walkthrough/guide-to-your-thegptlab-dashboard.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.
