# Start Datashare

Start Datashare by launching it from the command-line:

```
datashare
```

**Datashare should now automatically open in your default internet browser.** If it doesn’t, type '[localhost:8080](http://localhost:8080)' in your browser.

Datashare **must be accessed from your internet browser** (Firefox, Chome, etc), even though it works offline without Internet connection (see: [Can I use Datashare with no internet connection?](/datashare/usage/faq/general/can-i-use-datashare-with-no-internet-connection.md)).

<figure><img src="/files/AGWaHrlbO1yK1MYA0mLT" alt="Screenshot of the homepage of Datashare, the projects&#x27; page with one project called &#x27;Default&#x27;"><figcaption><p>Datashare's homepage</p></figcaption></figure>

It's now time to [add documents to Datashare](/datashare/local-mode/install-datashare-on-linux/add-documents-to-datashare-on-linux.md).


---

# 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://icij.gitbook.io/datashare/local-mode/install-datashare-on-linux/open-datashare-on-linux.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.
