> 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/next-steps.md).

# Next Steps

After you've completed these five steps, your organization is set up for others to start joining Select Star.

If you have other data tools to set up, visit the Integrations pages.

{% content-ref url="/pages/-MgSVP4u2TS\_45Ykm4-n" %}
[Integrations](/integrations.md)
{% endcontent-ref %}

See detailed information about specific Select Star Features, or explore Data Discovery workflows.

{% content-ref url="/pages/-MkwYaJhaNX6V2yn2mpJ" %}
[Features](/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MkwZCdQadfrewbgCTsI" %}
[Data Discovery](/data-discovery.md)
{% endcontent-ref %}

Data Managers can learn how to document and organize data from the pages on Data Management.

{% content-ref url="/pages/-MkwZOoMZQzL0gKrqAqf" %}
[Data Management](/data-management.md)
{% endcontent-ref %}

Detailed information about using each of Select Star's integrations is available under Learning Data.

{% content-ref url="/pages/-MkwZXOd2wGWE0sL-ObJ" %}
[Learning Data](/learning-data.md)
{% endcontent-ref %}

Admins can configure data sources and users by consulting the Data Source Management and User Management sections.

{% content-ref url="/pages/-MkwZjAVQrHMQTuMU5MX" %}
[Data Source Management](/data-source-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MkwZqplj0-Vb0fNpmVX" %}
[User Management](/user-management.md)
{% endcontent-ref %}

Developers can check out our Select Star API for setup instructions and documentation.

{% content-ref url="/pages/-Mkw\_00H3MfUYEoEtgaK" %}
[Select Star API](/select-star-api.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/next-steps.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.
