> For the complete documentation index, see [llms.txt](https://librafinance.gitbook.io/libra-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://librafinance.gitbook.io/libra-finance/dapp-and-website/website-features.md).

# Website Features

1. **Informational Pages on Libra Finance Ecosystem:**
   * The Libero website serves as a comprehensive hub for information about the project. Informative pages detail the tokenomics, rebase mechanism, and the broader vision of Libra Finance.
   * Educational content, FAQs, and documentation are readily available to empower users with the knowledge needed to engage with the Libra Finance ecosystem confidently.
2. **Live Rebase Adjustment Data via API:**
   * The website integrates with APIs to provide live updates on rebase adjustments. Users can access real-time data, fostering transparency and ensuring that the community remains well-informed about the state of the Libra Finance ecosystem.
   * The integration of dynamic data enhances the website's functionality as a central information hub for Libra Finance enthusiasts.
3. **Secure User Account Login:**
   * Libra Finance prioritizes user security by implementing a secure login system for user accounts on the website. Two-factor authentication and encryption protocols protect user credentials and personal information.
   * User accounts provide a personalized experience, allowing users to track their holdings, view transaction history, and participate in community activities.

The synergy between the Dapp and website creates a cohesive and engaging user experience within the Libra Finance ecosystem. Whether users are managing their tokens, exploring rebase adjustments, or seeking information, Libra Finance's Dapp and website are designed to deliver a seamless and secure experience for all participants.


---

# 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://librafinance.gitbook.io/libra-finance/dapp-and-website/website-features.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.
