# Getting Started

- [Welcome to Vulcan](https://premint.gitbook.io/vulcan/getting-started/welcome-to-vulcan.md): Introduction to Vulcan Authentication.
- [Configure Vulcan Bot](https://premint.gitbook.io/vulcan/getting-started/configure-vulcan-bot.md)
- [Vulcan compared to other Token-Gating Services](https://premint.gitbook.io/vulcan/getting-started/vulcan-compared-to-other-token-gating-services.md)
- [Transitioning from Collab.Land to Vulcan](https://premint.gitbook.io/vulcan/getting-started/vulcan-compared-to-other-token-gating-services/transitioning-from-collab.land-to-vulcan.md): The steps below will detail how to transition to Vulcan from Collab.Land. This guide will emphasize on the recreation of Collab.Land TGRs within the Vulcan Dashboard.
- [Add or Remove Wallet](https://premint.gitbook.io/vulcan/getting-started/add-or-remove-wallet.md): This section will detail how to register or delete a linked wallet for asset verification.
- [Account Limits](https://premint.gitbook.io/vulcan/getting-started/account-limits.md): Vulcan is free, but there are limits to its usage.
- [FAQ](https://premint.gitbook.io/vulcan/getting-started/faq.md)


---

# 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://premint.gitbook.io/vulcan/getting-started.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.
