# Developer's Protocol: Souls and Soulbound Tokens

## Overview

This guide aims to provide developers with an understanding of how to interact with the Souls system and how to implement Soulbound Tokens (SBTs) within their applications on the Cardano blockchain.

## Setting Up the Environment

Here, you'll need to provide step-by-step instructions on setting up the development environment. This could include information on any software, libraries, or tools that developers need to install and use.


---

# 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://cryptoraggies.gitbook.io/welcome/soul-and-soulbound-token-sbt/developers-protocol-souls-and-soulbound-tokens.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.
