# Getting started

This guide walks you through your first session on the Decentraland mobile app.

## 1. Install the app

Install Decentraland from your phone's app store:

* [App Store (iOS)](https://apps.apple.com/app/decentraland/id6478403840?utm_source=docs\&utm_medium=internal\&utm_content=ios)
* [Google Play (Android)](https://play.google.com/store/apps/details?id=org.decentraland.godotexplorer\&pcampaignid=web_share\&utm_source=docs\&utm_medium=internal\&utm_content=android)

## 2. Sign in

Open the app and sign in. You can use the same account you use on desktop — your avatar, inventory, friends, and progress all come with you.

If this is your first time in Decentraland, you can create a new account from inside the app.

## 3. Customize your avatar

New users are invited to set up an avatar the first time they sign in. Returning users keep the avatar from their existing account. Either way, you can change your look at any time from the profile menu — see [Customizing Your Avatar](/in-world/customizing-your-avatar.md) for the full guide.

## 4. Choose where to go

The mobile app's **Discover** section is the easiest way to find places to hang out. It surfaces curated scenes and worlds that are designed to work well on mobile, including live events, games, and social spaces.

You can also:

* Search for a specific scene or world by name
* Visit a world by its name (e.g. `myworld.dcl.eth`)
* Jump to a friend's location

## 5. Get moving

Once you're in the world, use the on-screen controls to move and interact. The full reference is in [Controls](/mobile-app/controls.md).

## Related

* [Controls](/mobile-app/controls.md)
* [Troubleshooting](/mobile-app/troubleshooting.md)
* [Customizing Your Avatar](/in-world/customizing-your-avatar.md)
* [Finding Events](/in-world/finding-events.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://docs.decentraland.org/mobile-app/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.
