# Getting Started

This guide is structured to provide you with a detailed understanding of Scuba Protocol's functionality and technology. It is organized into several sections, each focusing on a different aspect of the protocol:

1. [**About Section**](/scuba-protocol/scuba-protocol-basics/about-yellow-submarine-ys.md): This section presents the basic principles of Scuba Protocol and leads you through the initial setup procedure. You can discover [FAQ](/scuba-protocol/scuba-protocol-basics/frequently-asked-questions.md), [Roadmap](/scuba-protocol/scuba-protocol-basics/roadmap.md), [Contract Address](/scuba-protocol/scuba-protocol-basics/about-yellow-submarine-ys/supported-assets-and-networks.md) within this segment.
2. [**Integration Guides**](https://github.com/scubaprotocol/scuba_gitbook/blob/main/broken-reference/README.md): This section encompasses comprehensive explanations on the functioning of Scuba's architecture, utilization of the Scuba SDK, along with the technical particulars for protocol integration.
3. [**Scuba Treasure Looting Event**](/scuba-protocol/scuba-treasure-looting-event/about-the-scuba-treasure-looting-event.md): This section offers the particulars regarding our forthcoming testnet campaigns, along with step-by-step guides tailored to assist end-users in effectively navigating and utilizing the diverse functionalities of Scuba Protocol.
4. [**Community and Support**](/scuba-protocol/scuba-protocol-basics/community-and-support.md): Here, you'll discover details on engaging with the Scuba Protocol community and obtaining assistance.

By perusing this documentation, developers and enthusiasts alike can acquire a profound comprehension of Scuba Protocol and its capacity to enhance privacy standards in the web3 sphere. Whether you're contemplating integrating Scuba Protocol into your ongoing project or delving into the realm of blockchain privacy solutions, you'll discover this guide as an invaluable resource.


---

# 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://scuba-protocol.gitbook.io/scuba-protocol/scuba-protocol-basics/readme.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.
