# Tutorials

- [Sign-In with Wallet (React)](https://docs.picketapi.com/picket-docs/tutorials/sign-in-with-wallet-react.md)
- [Token Gated Photo Board (React)](https://docs.picketapi.com/picket-docs/tutorials/token-gated-photo-board-react.md)
- [Link a Wallet to a Web 2.0 Account](https://docs.picketapi.com/picket-docs/tutorials/link-a-wallet-to-a-web-2.0-account.md): Picket can be used to verify wallet ownership for a user in an existing application. Once you've linked a wallet to a user's account, you start integrating web3 information into your app!
- [Incremental Authorization (React)](https://docs.picketapi.com/picket-docs/tutorials/incremental-authorization-react.md): Picket can incrementally authorize users for different NFTs, SPL tokens, and more!


---

# 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.picketapi.com/picket-docs/tutorials.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.
