> For the complete documentation index, see [llms.txt](https://docs.rain.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rain.fi/stats-and-resources/external.md).

# External

### **External Resources**

The **External Resources** section provides quick access to essential tools, documentation, and legal resources associated with Rain.Fi. It ensures that users have the necessary information and support for seamless platform use.

***

#### **Available Links**

1. [**Security Audit**](https://www.halborn.com/audits/rain-protocol/rain-v2-fa6cfa)
   * A detailed report on Rain.Fi’s security measures, ensuring platform reliability and transparency.
2. **Documentation**
   * Comprehensive guides and references for using Rain.Fi’s features, APIs, and tools.
3. [**API**](https://api-v2.rain.fi/documentation)
   * Access to the Rain.Fi API for developers to integrate platform features into their own projects.
4. [**SDK**](https://www.npmjs.com/package/@rainfi/sdk)
   * Software Development Kit for developers to build custom applications leveraging Rain.Fi’s functionalities.
5. [**Legal & Privacy**](https://rain.fi/legal)
   * Links to Rain.Fi’s Terms of Service, Privacy Policy, and other legal documentation, ensuring compliance and clarity for users.

***

#### **How to Access**

* Users can find the **External Resources** menu by clicking the **arrow-down icon** next to the **Earn Menu**.
* The menu expands to display all available resources for direct navigation.

***

#### **Purpose**

* **For Developers**: Access tools like APIs and SDKs to create integrations or custom applications.
* **For Users**: Stay informed about platform security and legal policies.
* **For Everyone**: Ensure transparency and trust through accessible audits and documentation.

***

This section is a centralized hub for all external resources, making it easier for users to access critical information and tools related to Rain.Fi.


---

# 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.rain.fi/stats-and-resources/external.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.
