# Quickstart Using Gallery

Please Ensure to fill all [prerequisites](/getting-started/quickstart.md) before going through the Leap Gallery.&#x20;

In order to reach the Tensorleap gallery, open the [Tensorleap app](/getting-started/tensorleap-setup/installation.md#accessing-the-tensorleap-platform) via the browser, and login using the credentials you've supplied when [registering](/getting-started/tensorleap-setup/registering-a-user.md).

1. The right hand side panel contains a list of projects, that could be imported into Tensorleap by clicking the "Import" button:

2. A pop-up should open - click "Import" to start the import process

3. A new "Import Project" run should be added to your Runs & Processes panel:

<figure><img src="/files/8lxVPH6TjbWaS0VSrfJK" alt=""><figcaption><p>Import Project run started</p></figcaption></figure>

4. The project might take some time to be imported, depending on the size of the project and network speed. Once project is imported, it is accessible via the Projects tab:

{% hint style="info" %}
Most of the Demo Projects have an in-depth analysis blog that highlights insights and important flows within the system. You can find these at <https://tensorleap.ai/leap-hub/>.
{% endhint %}


---

# 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.tensorleap.ai/getting-started/quickstart/quickstart-using-gallery.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.
