> For the complete documentation index, see [llms.txt](https://passport.network.com.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://passport.network.com.de/faq.md).

# FAQ

**What names are allowed?**\
Similar to domain registration or name registration services, you can practically use any name. We strongly recommend against using anything that is obviously offensive or hateful. It might also not be practical to include numbers or symbols in your name, but you could. An avatar name is often just one word, but you could also use your real name, or only change your first or last name.\
\
**How do we communicate with each other?**\
For general updates that affect all passport holders, please join our community channels, visit our forum or subscribe to our newsletter. For questions about your particular wallet, you need to add channels of communication to [self.id](https://self.id/) You do not need to share that information for your passport to work, but we cannot communicate authentically without you signing a message on-chain and providing that communication channel.\
\
**When can I expect my passport after I submitted my application?**\
We plan to launch the genesis edition of the passport some time in 2022. Once the first set of genesis network passports has been issued, we will issue passports in badges on a more regular basis. With each new badge that gets send out the delivery times will probably get shorter over time.\
\
**What if I move my passport to another wallet?**\
No problem. Just keep in mind sending ERC-721 is not as simple as sending normal ERC-20 tokens or tokens that you are familiar sending to and from exchanges because ERC-721 invokes more complex contract interaction.\
\
**Can I move my passport to another chain?**\
We may offer this in the future. We may also upgrade the passport entirely and launch it on another chain. We would then take a snapshot and issue new identical passports to all holders, rendering the old ones invalid.\
\
**What information is tied to my passport?**\
For now any information you share during the application. No email, phone number or address as we do not need that. We will update everyone generally by newsletter and deliver the passport on-chain. If in the future we decide to offer to tie personal real world information to your passport, we will notify you about the process. This will also be optionally. The passport will always have basic rights and value without any additional rights that may be installed later.\
\
Please join our community channels on [Telegram](https://t.me/+TU1rMRNZ1MIYLxBF), [Discord](https://discord.gg/3yzhyGMNnw) or [Matrix](https://matrix.to/#/!XNSlHnqIwCumTmcAhm:matrix.org) if you have additional questions.


---

# 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://passport.network.com.de/faq.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.
