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

# QuickStart

### Prerequisites

The following section aims to guide towards a quick loading of a model and dataset into the platform.\
It assumes that the previous steps were done:

1. [Tensorleap installation](/getting-started/tensorleap-setup/installation.md)
2. [User registration](/getting-started/tensorleap-setup/registering-a-user.md)
3. [CLI authentication](/getting-started/tensorleap-setup/cli-authentication.md)

### Quickstart Alternatives

There are 2 main ways to quickly add a model & dataset into the platform:<br>

* [Leap Hub integration](/getting-started/quickstart/quickstart-using-leap-hub.md)
* [Gallery integration](/getting-started/quickstart/quickstart-using-gallery.md)

#### How to choose a Quickstart option:

* (recommended) If you aim to start using Tensorleap on your own data & you want to have a ready-made example of an off-the-shelf integration for reference before you start with the [Leap Hub integration](/getting-started/quickstart/quickstart-using-leap-hub.md)
* If you're just exploring the platform, and want quick access to a data and a model start with the [Gallery integration](/getting-started/quickstart/quickstart-using-gallery.md)


---

# 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:

```
GET https://docs.tensorleap.ai/getting-started/quickstart.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.
