# TNE Docs

## TNE Docs

- [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)
- [HOW TO: Limit Access to Currencies](https://tne.gitbook.io/tne-docs/faq-howto/how-to-limit-access-to-currencies.md)
- [HOWTO: Contribute Translation](https://tne.gitbook.io/tne-docs/faq-howto/howto-contribute-translation.md)
- [HOWTO: Share Balances Across Servers](https://tne.gitbook.io/tne-docs/faq-howto/howto-share-balances-across-servers.md)
- [Welcome Developers](https://tne.gitbook.io/tne-docs/developers/welcome-developers.md)
- [Contributing](https://tne.gitbook.io/tne-docs/developers/contributing.md)
- [API Usage](https://tne.gitbook.io/tne-docs/developers/api-usage.md)
- [Callbacks](https://tne.gitbook.io/tne-docs/developers/callbacks.md)
- [Platform Implementations](https://tne.gitbook.io/tne-docs/developers/platform-implementations.md)
- [Creating Custom Account Type](https://tne.gitbook.io/tne-docs/developers/creating-custom-account-type.md)
- [Creating Custom Balance Handlers](https://tne.gitbook.io/tne-docs/developers/creating-custom-balance-handlers.md)
- [Creating Custom Account Statuses](https://tne.gitbook.io/tne-docs/developers/creating-custom-account-statuses.md)
- [Creating Custom Balance Format Rule](https://tne.gitbook.io/tne-docs/developers/creating-custom-balance-format-rule.md)
- [Creating Custom Currency Loader & Saver](https://tne.gitbook.io/tne-docs/developers/creating-custom-currency-loader-and-saver.md)
- [Creating Custom Currency Type](https://tne.gitbook.io/tne-docs/developers/creating-custom-currency-type.md)
- [Creating Custom Transaction Checks](https://tne.gitbook.io/tne-docs/developers/creating-custom-transaction-checks.md)
- [Creating Custom TaxType](https://tne.gitbook.io/tne-docs/developers/creating-custom-taxtype.md)
- [Creating Custom Transaction Type](https://tne.gitbook.io/tne-docs/developers/creating-custom-transaction-type.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tne.gitbook.io/tne-docs/intro/welcome.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.
