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

# Products

- [Djib IPFS](https://docs.djib.io/products/djib-ipfs.md): a quick node add on facilitating interactions with IPFS network with guaranteed  pinning on the files
- [Dashboard](https://docs.djib.io/products/djib-ipfs/dashboard.md)
- [API](https://docs.djib.io/products/djib-ipfs/api.md)
- [Vanilla](https://docs.djib.io/products/vanila.md)
- [Djib Dashboard](https://docs.djib.io/products/djib-dashboard.md)
- [My Drive](https://docs.djib.io/products/djib-dashboard/my-drive.md): Djib drive is a file storage and best place for maintained that developed by Djuno.
- [Shared](https://docs.djib.io/products/djib-dashboard/shared.md)
- [NFTs](https://docs.djib.io/products/djib-dashboard/nfts.md)
- [Recent](https://docs.djib.io/products/djib-dashboard/recent.md)
- [Favorites](https://docs.djib.io/products/djib-dashboard/favorites.md)
- [Payments](https://docs.djib.io/products/djib-dashboard/payments.md)
- [Profile](https://docs.djib.io/products/djib-dashboard/profile.md)
- [Trash](https://docs.djib.io/products/djib-dashboard/trash.md)
- [JSON RPC API](https://docs.djib.io/products/json-rpc-api.md): Djib protocol accept HTTP requests using the JSON-RPC 2.0 specification.
- [Request Formatting](https://docs.djib.io/products/json-rpc-api/request-formatting.md)
- [Definitions](https://docs.djib.io/products/json-rpc-api/definitions.md)
- [API Reference](https://docs.djib.io/products/json-rpc-api/api-reference.md)
- [Djib-cli](https://docs.djib.io/products/djib-cli.md): djib-cli is an opensource command line interface to interact with djib network
- [Djib Sign](https://docs.djib.io/products/djib-sign.md)
- [Get started with Djib Sign](https://docs.djib.io/products/djib-sign/get-started-with-djib-sign.md)
- [Top up your account](https://docs.djib.io/products/djib-sign/top-up-your-account.md)
- [Document sign cycle](https://docs.djib.io/products/djib-sign/document-sign-cycle.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.djib.io/products.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.
