> For the complete documentation index, see [llms.txt](https://hello-95.gitbook.io/lanlyd-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello-95.gitbook.io/lanlyd-docs/getting-started/claim-process.md).

# Claim Process

## Moving to Mars <a href="#moving-to-mars" id="moving-to-mars"></a>

First, we need to transfer ownership of this new identity from \~lanlyd to you.

Click on the link or copy past it into the browser to get started. You should see a page that looks like this, except with a different identity sigil (that black unique image used as a profile image) and name with the tilde symbol in front of it.

![](/files/lK5LSaNM28TL2XK5S2VA)

Click the claim button to start the transfer process.

![](/files/MobVuna4VQ90XJGAReiD)

Next, you will see this screen. Please read the information about what your new Master Ticket is. Make sure to do this step in a private area.

![](/files/UjLAe0BK0zVANkEjUBSq)

Click Reveal to back up your Master Ticket. Remember, there is no tech support and if you lose access to your Master Ticket, no one else can help you.

![](/files/n2qBSzlkxvep2iZaAY27)

Click the Download Backup button and keep the downloaded passport file in a safe location.

Keep is secret. Keep is safe.

You should now have a folder on your computer that has three files inside it.

A .key file

![](/files/eWzaGqiyk3BFmBhDhlt2)

A Management Proxy Document

![](/files/onxlj8fvFC0B4UJWcNJ6)

And you're all important Master Ticket Document

![](/files/PiJvinmQ4jCYYGitzqbP)

Your master Ticket document will look something like this. At the top, you will find your Master Ticket information. Also, this document is an image file, so malware cant steal it from your computer as if it were a text document.

<br>

![](/files/XLD9i3HIVjstt6FfjI8N)

Type the 4-word master ticket from your document back into the web browser dialog box to confirm that you have backed up your Master Ticket safely.

![](/files/hqe1NFXcmG6RQfgDbXTb)

Once you have successful backed up your master ticket and verified the Master Ticket in the browser, you will see the Congratulations screen as shown below.

<br>

![](/files/SVV62O0YRRbElqEkyVJc)

Now you need to boot your ship. There are a few ways to do this.

1. [Port](/lanlyd-docs/getting-started/run-urbit-using-port-not-recommended.md) (not recommended)
2. [Linux Command Line](https://urbit.org/getting-started/cli) (The most reliable)
3. [Groundseg](https://www.nativeplanet.io/software) (New)


---

# 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, and the optional `goal` query parameter:

```
GET https://hello-95.gitbook.io/lanlyd-docs/getting-started/claim-process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
