# Connect

The Bond API provides queries to interact with and retrieve information related to profile connection actions. Below, you'll find details on how to utilise these queries.

For an in-depth understanding of what profiles represent, you can refer to our detailed explanation [here](/developers/main-concepts/connection.md).

In this section, we will outline how to utilise our api to manage the profile connection:

* [Create follow typed data](/developers/bond-api/connect/connect-a-profile.md)
* [Create unfollow typed data](/developers/bond-api/connect/disconnect.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://docs.bond.network/developers/bond-api/connect.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.
