# I'm new to the team

Welcome! Select Star can help you get acquainted with your organization's data in a few different ways.

* [All Tags](/features/tags.md#all-tags-page)
* [Team Profiles](#team-profiles)
* [Search](#search)
* [Queries & Joins](#queries-and-joins)

## All Tags

Visit the [All Tags](/features/tags.md) page from the left sidebar to see the different tags created by your organization. These are already approved and vetted datasets.

If you're working on a particular team or project, see if your organization has created a Category Tag for it, so you can find the datasets most relevant to you.

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

## Team Profiles

Everyone in Select Star must be assigned to a Team. When an Admin invites you, they will assign you to a Team to match the team in your organization. You can click on the label next to your name on your profile to see your Team's profile.

![](/files/-MiSSkHXeBbVwmWDSwe4)

![](/files/-Mhp0ptd35aWrsxFTLFw)

From the Team page you can see:

* Team **Members** and their most recent activities on Select Star
* Their most used (**Most Queried**) datasets
* **Recent Queries** team members have run on different datasets
* **Favorite** datasets of the team
* Datasets the team **Owns**

You can learn more about the main datasets, and how they’re being used by the team.

## Search

Use the [search](/features/search.md) bar at the top of the page to find any kind of data, even if you can't remember exactly what it's called.

Get acquainted with different popular datasets using Select Star without struggling through hundreds of tables or different tools to find what you're looking for.

![](/files/-MhovFGSZSt_XO5s8Q08)

Click a result to be taken to that page.

Individual Table and Dashboard pages have lots of information available. Check these links to learn more:

{% content-ref url="/pages/-MiTnqOjij5qhcKrQ3XW" %}
[Dashboard Page](/features/dashboard-page.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MiXUMWODT7Itc685YFN" %}
[Table Page](/features/table-page.md)
{% endcontent-ref %}

## Queries & Joins

The [**Queries & Joins**](/features/queries-and-joins.md) tab can be especially helpful for new Analysts joining the organization who want to understand how a dataset is used.

From a data table page, click the Queries & Joins tab.

![](/files/-MiYzbeIDAsJON2O_jcR)

**Popular Queries** shows the queries run most frequently on the database, sorted by popularity.

The **Popular Joins** tab shows the tables that are most frequently joined to the current table.

The **Recent Queries** tab shows the 50 most recent queries run on that database since the last metadata sync. This can give a broader view of how different people in your organization use this dataset.

On each of these tabs, you can click the **Query Name** or **Join Condition** to see a sample query in more detail.

![](/files/-MgC7c-yJO-JdhKHNmaM)

The right sidebar highlights helpful information information at a glance, such as the different tables used in the query and join conditions.


---

# 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.selectstar.com/data-discovery/im-new-to-the-team.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.
