# Intro

**XRPL Buddy** has been developed with funding from the[ **XRPL Love**](https://twitter.com/XRPL_Love) project.

The developers are [**Shiffed (PuppyTools)**](https://twitter.com/iamshiffed) & [**Ekiserrepe**](https://twitter.com/ekiserrepe)

It's purpose is to serve as an easy way for anyone to be able to interact with the XRP Ledger from inside Discord with absolutely zero technical knowledge.

We are utilizing external tools to assist us with this like,

* [QuickNode](https://www.quicknode.com/?via=puppytools) - RPC Provider so we don't clog up the public infrastructure
* [Xaman (Formally XUMM)](https://xumm.app/#devs) - Used for fulfilling transaction requests from users
* [Bithomp API](https://docs.bithomp.com/#introduction) - Useful NFT and Metadata information
* [XRPL Services API](https://api.xrpldata.com/docs/static/index.html) - Useful NFT information
* [XRPLMeta](https://xrplmeta.org/) - XRPL Token information
* [Vultr](https://www.vultr.com/?ref=9171197) - VPS Hosting the Demo of XRPL Buddy currently

Invite [{X} Buddy to your server!](https://xrpl.buddy.cat/invite)

Join the [XRPL Love Discord](https://xrpl.buddy.cat/discord)

Join the [{X} Buddy Beta Discord](https://xrpl.buddy.cat/beta)


---

# 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://buddyguides.gitbook.io/xrpl-buddy/intro.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.
