# Getpass

## Getpass

- [Getpass.io](https://docs.getpass.io/getpass/introduction/getpass.io.md)
- [Features](https://docs.getpass.io/getpass/introduction/features.md)
- [Creating a Project](https://docs.getpass.io/getpass/getting-started/creating-a-project.md): This step-by-step guide covers how to create your project.
- [Customizing Passes](https://docs.getpass.io/getpass/getting-started/customizing-passes.md): This step-by-step guide covers how to customize your passes.
- [Publishing a Project](https://docs.getpass.io/getpass/getting-started/publishing-a-project.md): This step-by-step guide covers how to publish your project on the blockchain.
- [Distribution of Passes](https://docs.getpass.io/getpass/getting-started/distribution-of-passes.md): This step-by-step guide covers how to distribute your passes.
- [Verification of Passes](https://docs.getpass.io/getpass/getting-started/verification-of-passes.md): This step-by-step guide covers how to verify the ownership of customer passes.
- [FAQs](https://docs.getpass.io/getpass/resources/faqs.md)
- [How can I test Getpass features for free?](https://docs.getpass.io/getpass/resources/faqs/how-can-i-test-getpass-features-for-free.md)
- [Official Links](https://docs.getpass.io/getpass/resources/official-links.md)
- [For Developers](https://docs.getpass.io/getpass/resources/for-developers.md)
- [Mint Widget Guide](https://docs.getpass.io/getpass/resources/mint-widget-guide.md)
- [Mint Page Guide](https://docs.getpass.io/getpass/resources/mint-page-guide.md)
- [Check-In App Guide](https://docs.getpass.io/getpass/resources/check-in-app-guide.md): A quick guide how to use Getpass Check-In App
- [Telegram Bot Guide](https://docs.getpass.io/getpass/resources/telegram-bot-guide.md): A quick guide how to connect with Telegram Bot
- [Terms of Service](https://docs.getpass.io/getpass/legal/terms-of-service.md): Last updated: March 27, 2023
- [Privacy Policy](https://docs.getpass.io/getpass/legal/privacy-policy.md): Last updated: March 27, 2023


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.getpass.io/getpass/introduction/getpass.io.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.
