> For the complete documentation index, see [llms.txt](https://t2-world.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t2-world.gitbook.io/docs/onboarding/get-started-as-a-reader/faq.md).

# FAQ

**I already signed up for the waitlist. How long do I need to wait to be onboarded?**

You will receive a confirmation email that acknowledges the receipt of your submission. Once it's your turn to be onboarded, you will receive another invitation email with a magic link to connect your MetaMask wallet and activate your account.

**Can people outside the t2 network see my profile?**

During the closed testing period, all profiles and articles are only available to users with a t2 account.

**My Time Points are not updating. What should I do?**

It can take a few minutes for Time Points to update and refresh. If your Time Points are not updating, please:

* Make sure you have completed reading the article to accumulated full time points.
* Refresh your page.
* Log off and log in again.
* If the issue is not resolved, please contact us at the [Discord support channel](https://discord.gg/XSr8fAjQp8).

**Can I give time points to others or transfer them to another wallet?**

Unfortunately, you can’t transfer your earned Time Powers yet. However, in the future there will be creative ways for you to use your Time Points to engage more with others. Stay tuned.

**I want to make a feature proposal to the t2 team, what should I do?**

You can head over to our [Discord](https://discord.gg/XSr8fAjQp8) #contribute forum to make function proposals using the **New Features** tag.

If you’re experiencing issues while on the network, feel free to contact us anytime through our [Discord support channel](https://discord.gg/XSr8fAjQp8).

You can also get in touch with us on our different social media channels: [Twitter](https://twitter.com/t2wrld), [LinkedIn](https://www.linkedin.com/company/t2-world/?originalSubdomain=uk), [Lenster](https://lenster.xyz/u/t2world).


---

# 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://t2-world.gitbook.io/docs/onboarding/get-started-as-a-reader/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.
