> For the complete documentation index, see [llms.txt](https://docs.aboutcircles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aboutcircles.com/circles-sdk.md).

# Circles SDK

- [The Circles Stack](https://docs.aboutcircles.com/circles-sdk/the-circles-protocol.md): Developers Hub for building with Circles.
- [Circles SDK Overview](https://docs.aboutcircles.com/circles-sdk/circles-sdk-overview.md)
- [Quickstart Guide for Circles SDK](https://docs.aboutcircles.com/circles-sdk/getting-started-with-the-sdk.md)
- [Setting Circles Profiles](https://docs.aboutcircles.com/circles-sdk/circles-profiles.md)
- [Building with different Circles Avatars](https://docs.aboutcircles.com/circles-sdk/circles-avatars.md): An avatar represents a Circles user.
- [Personal / Human Avatars](https://docs.aboutcircles.com/circles-sdk/circles-avatars/personal-human-avatars.md)
- [Inviting and accepting human avatars](https://docs.aboutcircles.com/circles-sdk/circles-avatars/personal-human-avatars/inviting-and-accepting-human-avatars.md)
- [Mint personal tokens](https://docs.aboutcircles.com/circles-sdk/circles-avatars/personal-human-avatars/mint-personal-tokens.md)
- [Fetching profile of an human avatar](https://docs.aboutcircles.com/circles-sdk/circles-avatars/personal-human-avatars/handle-profile-of-an-avatar.md): This section is dedicated to handling/updating the profiles of an avatar.
- [Manage trust connections](https://docs.aboutcircles.com/circles-sdk/circles-avatars/personal-human-avatars/manage-trust-connections.md)
- [Get token balances of an avatar](https://docs.aboutcircles.com/circles-sdk/circles-avatars/personal-human-avatars/get-token-balances-of-an-avatar.md)
- [Transfer personal Circles tokens to different avatar](https://docs.aboutcircles.com/circles-sdk/circles-avatars/personal-human-avatars/transfer-personal-circles-tokens-to-different-avatar.md)
- [Group Avatars](https://docs.aboutcircles.com/circles-sdk/circles-avatars/group-avatars.md)
- [Create Base Groups for your community](https://docs.aboutcircles.com/circles-sdk/circles-avatars/group-avatars/create-base-groups-for-your-community.md)
- [Mint group tokens](https://docs.aboutcircles.com/circles-sdk/circles-avatars/group-avatars/mint-group-tokens.md)
- [Managing group invites](https://docs.aboutcircles.com/circles-sdk/circles-avatars/group-avatars/managing-group-invites.md)
- [Find groups and memberships](https://docs.aboutcircles.com/circles-sdk/circles-avatars/group-avatars/find-groups-and-memberships.md)
- [Getting total supply of group tokens available](https://docs.aboutcircles.com/circles-sdk/circles-avatars/group-avatars/getting-total-supply-of-group-tokens-available.md)
- [Organization Avatars](https://docs.aboutcircles.com/circles-sdk/circles-avatars/organization-avatars.md)
- [Creation of Organizations](https://docs.aboutcircles.com/circles-sdk/circles-avatars/organization-avatars/creation-of-organizations.md)
- [Managing trust connections via Org avatar account](https://docs.aboutcircles.com/circles-sdk/circles-avatars/organization-avatars/managing-trust-connections-via-org-avatar-account.md)
- [Wrapping and Unwrapping](https://docs.aboutcircles.com/circles-sdk/wrapping-and-unwrapping.md)
- [Pathfinder](https://docs.aboutcircles.com/circles-sdk/pathfinder.md)
- [Invitations and Referrals](https://docs.aboutcircles.com/circles-sdk/invitations-and-referrals.md)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.aboutcircles.com/circles-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
