# Getting Started

### 1. Accessing Nolu

Nolu will be available through multiple platforms (web, iOS, Android).&#x20;

While the web-platform provides access to the broadest range of features, native apps for iOS and Android can provide more tailored experience.

<details>

<summary>🌐 Web-App</summary>

To get started with the web-app visit: <https://nolu.app>.

More detailed documentation on the web-app can be found [here](/web-app/nolu-web-app.md).&#x20;

</details>

{% hint style="info" %}
Nolu will initially only be available as a web-app that you can access with any modern browser. Nolu will later also be available as a native app on iOS and Android.
{% endhint %}

### 2. Creating your free account

{% hint style="info" %}
**Coming Soon**

Thank you for your interest in Nolu. This feature and the related documentation will become available with the launch of the Nolu platform in early 2025. [Follow Nolu on X (Twitter)](https://x.com/intent/user?screen_name=NoluApp) for updates.
{% endhint %}

### 3. Exploring Nolu

{% hint style="info" %}
**Coming Soon**

Thank you for your interest in Nolu. This feature and the related documentation will become available with the launch of the Nolu platform in early 2025. [Follow Nolu on X (Twitter)](https://x.com/intent/user?screen_name=NoluApp) for updates.
{% 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.nolu.app/introduction/quick-start-guide/getting-started.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.
