> For the complete documentation index, see [llms.txt](https://tne.gitbook.io/tne-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tne.gitbook.io/tne-docs/intro.md).

# Getting Started

- [Welcome](https://tne.gitbook.io/tne-docs/intro/welcome.md)
- [Currencies Key Concepts](https://tne.gitbook.io/tne-docs/intro/currencies-key-concepts.md): This page provides definitions for key terms used in the currency system documentation.
- [Creating a Currency](https://tne.gitbook.io/tne-docs/intro/creating-a-currency.md): This guide provides step-by-step instructions on creating and configuring new currencies .
- [Breakdown of Main Currency Configuration File](https://tne.gitbook.io/tne-docs/intro/breakdown-of-main-currency-configuration-file.md): This document provides a detailed explanation of all the configuration settings available in the main currency configuration file (e.g., USD.yml) in TheNewEconomy.
- [Breakdown of Denomination Configuration File](https://tne.gitbook.io/tne-docs/intro/breakdown-of-denomination-configuration-file.md): This document explains all configuration settings available in a denomination configuration file (e.g., one.yml or penny.yml) for TheNewEconomy (TNE).
- [Commands & Permissions](https://tne.gitbook.io/tne-docs/intro/commands-and-permissions.md): This document provides a comprehensive list of commands available in TheNewEconomy (TNE) plugin, along with their required permissions and description strings from the messages.yml file.
- [PlaceholderAPI Placeholders](https://tne.gitbook.io/tne-docs/intro/placeholderapi-placeholders.md)
- [Database](https://tne.gitbook.io/tne-docs/intro/database.md)


---

# 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://tne.gitbook.io/tne-docs/intro.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.
