# Introduction

<figure><img src="https://4022236167-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lw-v0NTae0RVW1spR9R%2Fuploads%2F6rROFhNfQbbdDo8wBgew%2FDevelopers.png?alt=media&#x26;token=3274c803-668e-4b2d-851f-854908a64872" alt=""><figcaption></figcaption></figure>

The Developers chapter presents technical information about Idle protocols (Best Yield and Yield Tranches), as well as details about Idle [fees](https://docs.idle.finance/products/fees) and [security](https://docs.idle.finance/developers/broken-reference).

All the key initiatives concerning the Idle codebase are available on the [Idle Labs GitHub ](https://github.com/idle-labs)and [Idle DAO Github](https://github.com/Idle-Finance).

{% embed url="<https://github.com/idle-labs>" %}

{% embed url="<https://github.com/Idle-Finance>" %}

## Developers index

There are four main sections in the Developers chapter:

{% content-ref url="networks-and-codebase" %}
[networks-and-codebase](https://docs.idle.finance/developers/networks-and-codebase)
{% endcontent-ref %}

With a focus on all the Idle smart contracts links on-chain.

{% content-ref url="best-yield" %}
[best-yield](https://docs.idle.finance/developers/best-yield)
{% endcontent-ref %}

With a focus on the codebase behind the Best Yield protocol, such as [architecture](https://docs.idle.finance/developers/best-yield/architecture), [interface](https://docs.idle.finance/developers/best-yield/interface) and [methods](https://docs.idle.finance/developers/best-yield/methods).

{% content-ref url="yield-tranches" %}
[yield-tranches](https://docs.idle.finance/developers/yield-tranches)
{% endcontent-ref %}

With a focus on the codebase behind the Yield Tranches protocol, such as [architecture](https://docs.idle.finance/developers/best-yield/architecture), [interface](https://docs.idle.finance/developers/yield-tranches/methods) and [methods](https://docs.idle.finance/developers/yield-tranches/methods).

{% content-ref url="security" %}
[security](https://docs.idle.finance/developers/security)
{% endcontent-ref %}

Describing Idle's smart contracts [audits](https://docs.idle.finance/developers/security/audits) and its [bug bounty](https://docs.idle.finance/developers/security/bug-bounty) initiatives.


---

# 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.idle.finance/developers/introduction.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.
