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

# Integrations

- [Discord](https://docs.chainjet.io/integrations/discord.md)
- [OpenAI](https://docs.chainjet.io/integrations/openai.md)
- [Telegram Custom Bot](https://docs.chainjet.io/integrations/telegram.md)
- [Lens Protocol 🌿](https://docs.chainjet.io/integrations/lens.md): With ChainJet you can connect Lens Protocol to any of our other web3 or web2 integrations.
- [ChainJetBot](https://docs.chainjet.io/integrations/lens/chainjetbot.md)
- [Translate a post to any language and publish it with a comment](https://docs.chainjet.io/integrations/lens/chainjetbot/translate-a-post-to-any-language-and-publish-it-with-a-comment.md)
- [Send a post by DM](https://docs.chainjet.io/integrations/lens/chainjetbot/send-a-post-by-dm.md)
- [Add a user to a Lens list](https://docs.chainjet.io/integrations/lens/chainjetbot/add-a-user-to-a-lens-list.md): Use ChainJetBot to add a profile to your Lens list with a comment
- [Share post on Discord](https://docs.chainjet.io/integrations/lens/chainjetbot/share-post-on-discord.md): Use ChainJetBot to share a Lens post on Discord through a comment
- [Mirror](https://docs.chainjet.io/integrations/mirror.md): Mirror is a decentralized publishing platform, enabling creators to own and monetize their content. Built on the Ethereum blockchain.
- [POAP](https://docs.chainjet.io/integrations/poap.md): POAP is a platform that offers digital badges, known as POAPs, to signify a holder's participation in an event, action, or task. These badges are NFTs (Non-Fungible Tokens) that exist on the Ethereum.
- [XMTP](https://docs.chainjet.io/integrations/xmtp.md): XMTP is an open protocol and network that enables secure web3 messaging.


---

# 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.chainjet.io/integrations.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.
