> For the complete documentation index, see [llms.txt](https://docs.gap.karmahq.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gap.karmahq.xyz/how-to-guides/partners/octant.md).

# Octant

[**Octant**](https://octant.app/projects) **has integrated Karma into their application.** Project milestones added in Karma will now be automatically displayed on the corresponding project pages in Octant. For example, here is a project on [Karma](https://gap.karmahq.xyz/project/-buidlguidl/grants/0x674ed25e9616b5c4237c6295b87f32cca42e74e7cc087e071a9c80c4e279fe91/milestones-and-updates) with milestones that are also visible in [Octant](https://octant.app/project/5/0x00080706a7D99CBC163D52dcF435205B1aD940D1), ensuring seamless updates and visibility in both platforms.

<figure><img src="/files/VbXw6RfWbenVtPlX31hS" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**If you don't see your Epoch specific milestones in Octant, follow the steps below to link Karma grant to Octant's Epoch.**</mark>

## Step 1

Login to your  Karma profile and navigate to your Octant Epoch grant and click on the "Link Octant Address" button.

<figure><img src="/files/YFr2HdADsWNfb8UREmA5" alt=""><figcaption></figcaption></figure>

## Step 2

Enter the wallet address you used to sign up for that specific Octant Epoch and save.&#x20;

<div align="left"><figure><img src="/files/lra1HiZSH0Wg7o7At7Le" alt=""><figcaption></figcaption></figure></div>

You should now be able to see your milestones in Octant application.

**If you still don't see the milestones, contact us on** [**Telegram**](https://t.me/karmahq) **or** [**Discord**](https://discord.com/invite/X4fwgzPReJ) **and we will be glad to assist you.**


---

# 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.gap.karmahq.xyz/how-to-guides/partners/octant.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.
