> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/build/readme.md).

# Pre-requisites

Before you build and deploy Data Products, make sure a few things are in place. This section walks you through each one so your environment is ready for your first project.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>CLI Setup</strong></td><td>Install and verify the DataOS CLI.</td><td><a href="/pages/9dbe5ca0d6f3330e6a6c3a0345e367baff92e394">/pages/9dbe5ca0d6f3330e6a6c3a0345e367baff92e394</a></td></tr><tr><td><strong>Data Connection</strong></td><td>Connect to your data source.</td><td><a href="/pages/qqtRXhoSeRbFDZtgHMRv">/pages/qqtRXhoSeRbFDZtgHMRv</a></td></tr><tr><td><strong>LDK Setup</strong></td><td>Set up your machine and install Vulcan.</td><td><a href="/pages/e19426ce70a6b319d13d65703f65f8a3aaf0155b">/pages/e19426ce70a6b319d13d65703f65f8a3aaf0155b</a></td></tr><tr><td><strong>Repository Setup</strong></td><td>Configure Git access for deployment.</td><td><a href="/pages/768e6f1294a4ff6957a40bac6134b3339971294c">/pages/768e6f1294a4ff6957a40bac6134b3339971294c</a></td></tr></tbody></table>

{% hint style="info" %}
**New to DataOS?** Check with your DataOS administrator to confirm you have been assigned a user account and granted access to your organisation's DataOS context before following these steps.
{% endhint %}


---

# 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://v2.dataos.info/build/readme.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.
