# XRPL Basics

- [Getting Started](https://docs.xrpl-commons.org/xrpl-basics/getting-started.md): Start here :)
- [Payments](https://docs.xrpl-commons.org/xrpl-basics/payments.md): In this section we will create your first payment transaction.
- [Reading and subscribing to Transactions](https://docs.xrpl-commons.org/xrpl-basics/reading-and-writing-memos.md): In this session, we'll demonstrate how to coordinate using the XRPL.
- [Writing and reading memos](https://docs.xrpl-commons.org/xrpl-basics/writing-and-reading-memos.md): Memos are available in every transaction and can be quite useful to label your transactions or pass metadata useful to your business logic.
- [Non Fungible Tokens](https://docs.xrpl-commons.org/xrpl-basics/non-fungible-tokens.md): In this session, we will learn how to create digital art using Non-Fungible Tokens (NFTs) with their metadata and specific attributes.
- [Multi-Purpose Tokens](https://docs.xrpl-commons.org/xrpl-basics/mptoken.md): Learn how to create and manage Multi-Purpose Tokens (MPT) on the XRP Ledger.
- [PathFinding](https://docs.xrpl-commons.org/xrpl-basics/path-finding.md)
- [Escrow](https://docs.xrpl-commons.org/xrpl-basics/escrow.md): In this session, we will create an escrow.
- [Price Oracles](https://docs.xrpl-commons.org/xrpl-basics/price-oracles.md)
- [Tickets](https://docs.xrpl-commons.org/xrpl-basics/tickets.md): Ticket Feature on XRPL
- [Multi-Signature](https://docs.xrpl-commons.org/xrpl-basics/multi-signature.md): In this session, we will work with multiple signatures


---

# 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.xrpl-commons.org/xrpl-basics.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.
