# Getting started

This document will essentially show you how to easily set up your [team](/dashboard/setting-up-your-team.md) and configure your [rooms](/dashboard/creating-a-room.md) using the Digital Samba Embedded [dashboard](https://dashboard.digitalsamba.com/).&#x20;

Beyond the present dashboard documentation, you may want to consult the server-side [REST API](https://docs.digitalsamba.com/rest-api)[ ](https://docs.digitalsamba.com/rest-api)documentation to learn how to manage your team and rooms with extended functionality; and the client-side [SDK](https://docs.digitalsamba.com/sdk) documentation to learn how to integrate videoconferencing into your app with flexibility and fine tune the experience with control in real time.


---

# 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.digitalsamba.com/dashboard/getting-started.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.
