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

# Getting Started

The pages in this section will help you get up and running with Select Star quickly.

If you are setting up your organization for the first time, you can watch this video to see how to get through the onboarding flow.

{% embed url="<https://www.loom.com/share/458429a106804d7a90676162b921a179?hideEmbedTopBar=true>" %}

The steps in this guide are additional steps you can take at any point as an [Admin](/user-management/user-roles.md) to enable your organization to start documenting, organizing, and discovering your data with Select Star.

Connect your first data source to Select Star.

{% content-ref url="/pages/-MgSRO5bdErGcopH4VWl" %}
[1. Data Source Setup](/getting-started/data-source-setup.md)
{% endcontent-ref %}

Identify accounts used for maintenance or by other tools so your popularity will be more accurately reflected.

{% content-ref url="/pages/-MgSUyapCRiQ54fwu\_JL" %}
[2. Mark Service Accounts](/getting-started/mark-service-accounts.md)
{% endcontent-ref %}

Hide test tables and dashboards from view in Select Star so you can focus on the most relevant data to your organization.

{% content-ref url="/pages/-MgSV-Ulp6L\_JoSDaTd-" %}
[3. Hide Unwanted Datasets](/getting-started/clean-up.md)
{% endcontent-ref %}

Invite data team members from your organization as the main point of contact for each dataset.

{% content-ref url="/pages/-MgSV383sS7PKil8DaIR" %}
[4. Invite Owners](/getting-started/invite-owners.md)
{% endcontent-ref %}

Add documentation to your datasets so everyone can easily find the data they need.

{% content-ref url="/pages/-MgSV57A-SshWUAIDE\_d" %}
[5. Add Documentation](/getting-started/add-documentation-gs.md)
{% endcontent-ref %}

After you've done all that, you can check out Next Steps.

{% content-ref url="/pages/-MiYh6pOlzBiI8sao8kA" %}
[Next Steps](/getting-started/next-steps.md)
{% endcontent-ref %}


---

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