# Introduction

**Welcome to Bitty!**

If you’re new to lending, [why Bitty](/readme/why.md) is a good start for you.

If you're a peer-to-peer lending user, check out the advantage of Bitty:

* [**For Borrowers**](/readme/pros-for-borrowers.md)
* [**For Lenders**](/readme/pros-for-lenders.md)

Need guidance on using our product? Our [user guides](/user-guides.md) have you covered.

Before you dive in, it’s important to understand the [risks](/risk.md) associated with using Bitty.

Have more questions? Find answers in our [FAQ](/faq.md) section.

Still looking for help? Join our [discord](https://discord.bitty.io) community to connect with others.

Want to contribute to this document? We welcome your [pull requests](https://github.com/BittyIO/gitbook)!


---

# 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.bitty.io/readme.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.
