# FAQ

### **FAQ Page**

The **FAQ Page** is a dedicated resource for users to find quick and clear answers to common questions about the platform. It ensures that users can navigate and understand RainFi's features with ease.

***

#### **Structure and Layout**

1. **Search Bar**\
   At the top of the page, a **Search Bar** allows users to type keywords or questions to quickly locate relevant information.
2. **Categorized Sections**\
   The FAQs are grouped into categories for easier navigation. Each category contains multiple questions and their corresponding answers.

   Example categories might include:

   * **General**: Covers basic platform details and operations.
   * **Borrowing**: Focuses on how to borrow tokens or NFTs.
   * **Lending**: Answers questions related to creating and managing lending pools.
   * **Droplets**: Explains how to earn, track, and use droplets.
   * **Security**: Discusses wallet integrations, audits, and safety measures.
   * **Fees and Payments**: Breaks down interest rates, fees, and payment methods.
   * **Troubleshooting**: Offers solutions to common technical issues.
3. **Expandable Questions**\
   Questions are displayed as collapsible sections, with answers revealed upon clicking the question. This ensures a clean and organized interface.

***

#### **Key Features**

* **Interactive Design**: Each answer may include helpful links to other pages or actions, such as "Learn More" or "View Details."
* **Contact Support Option**: If users cannot find their answer, a button at the bottom of the page redirects them to the **Support Page** for further assistance.
* **Dynamic Updates**: FAQs are updated regularly to include new features and address emerging user concerns.
* **Mobile-Friendly**: Optimized for seamless navigation on both desktop and mobile devices.

***

#### **Benefits of the FAQ Page**

* **Self-Service Help**: Empowers users to resolve questions independently, reducing reliance on support.
* **Quick Access to Information**: Organized content helps users save time by navigating directly to the answers they need.
* **Improved User Experience**: A comprehensive FAQ enhances user confidence in using the platform.

***

The FAQ Page ensures a smooth user journey by offering clear, concise, and easily accessible answers to common questions.


---

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