> For the complete documentation index, see [llms.txt](https://phaver.gitbook.io/phaver-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phaver.gitbook.io/phaver-help-center/using-phaver.md).

# Using Phaver

- [Referral Program](https://phaver.gitbook.io/phaver-help-center/using-phaver/referral-program.md)
- [Changing login details to login to the Lens API](https://phaver.gitbook.io/phaver-help-center/using-phaver/changing-login-details-to-login-to-the-lens-api.md): Caveat: the reason that we are having to do an email login in the first place is because Google and Facebook are currently not compatible with Metamask. The solution is email-based login.
- [Mirroring](https://phaver.gitbook.io/phaver-help-center/using-phaver/mirroring.md): Mirroring a post is a feature that enables Phaver users to re-post content that has already been posted on Phaver by someone else.
- [Commenting and replying](https://phaver.gitbook.io/phaver-help-center/using-phaver/commenting-and-replying.md): Commenting and replying on a post is how you engage with a particular post on Phaver.
- [Notifications](https://phaver.gitbook.io/phaver-help-center/using-phaver/notifications.md): How change the settings which notifications to receive
- [How to invite friends to Phaver](https://phaver.gitbook.io/phaver-help-center/using-phaver/how-to-invite-friends-to-phaver.md): Help Phaver onboard the next billion people onto web3. #thenextbilliion
- [Lens Profile Gas Restrictions](https://phaver.gitbook.io/phaver-help-center/using-phaver/lens-profile-gas-restrictions.md): Information on restrictions related to free (Lens sponsored) posting on Lens Protocol. Note that Phaver-sponsored actions are being released during week 24 or 25 in June.
- [Community Guidelines](https://phaver.gitbook.io/phaver-help-center/using-phaver/community-guidelines.md)


---

# 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://phaver.gitbook.io/phaver-help-center/using-phaver.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.
