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

# Master

- [Chart of Accounts](https://docs.simpleaccounts.io/product-guides/master/chart-of-accounts.md): Chart of accounts is the list of account names or categories used while recording transactions in the account books. Find some of the common account names like cost of good sold, equity etc.
- [Categorize transactions](https://docs.simpleaccounts.io/product-guides/master/chart-of-accounts/categorize-transactions.md)
- [Add Chart of Accounts](https://docs.simpleaccounts.io/product-guides/master/chart-of-accounts/add-chart-of-accounts.md)
- [Edit the type of transaction in chart of accounts](https://docs.simpleaccounts.io/product-guides/master/chart-of-accounts/edit-the-type-of-transaction-in-chart-of-accounts.md)
- [Delete an account from the chart of accounts](https://docs.simpleaccounts.io/product-guides/master/chart-of-accounts/delete-an-account-from-the-chart-of-accounts.md)
- [Contact](https://docs.simpleaccounts.io/product-guides/master/contact.md): A contact is created as an individual or organization so that the user can track down the details when needed. It can be either a customer or supplier or both.
- [Add a customer](https://docs.simpleaccounts.io/product-guides/master/contact/add-a-customer.md)
- [Edit the details of a customer](https://docs.simpleaccounts.io/product-guides/master/contact/edit-the-details-of-a-customer.md)
- [Delete a customer](https://docs.simpleaccounts.io/product-guides/master/contact/delete-a-customer.md)
- [Add a supplier](https://docs.simpleaccounts.io/product-guides/master/contact/add-a-supplier.md)
- [Delete a supplier](https://docs.simpleaccounts.io/product-guides/master/contact/delete-a-supplier.md)
- [Product](https://docs.simpleaccounts.io/product-guides/master/product.md): Product is the goods or services involved with your company. Every business places reliance on products to produce revenue.
- [Add a product](https://docs.simpleaccounts.io/product-guides/master/product/add-a-product.md)
- [Update the VAT details of a product](https://docs.simpleaccounts.io/product-guides/master/product/update-the-vat-details-of-a-product.md)
- [Change the product category of a product](https://docs.simpleaccounts.io/product-guides/master/product/change-the-product-category-of-a-product.md)
- [Delete a product](https://docs.simpleaccounts.io/product-guides/master/product/delete-a-product.md)
- [Product Category](https://docs.simpleaccounts.io/product-guides/master/product-category.md): Product category helps you organize your products in categories.
- [Create a product category](https://docs.simpleaccounts.io/product-guides/master/product-category/create-a-product-category.md)
- [Edit product category](https://docs.simpleaccounts.io/product-guides/master/product-category/edit-product-category.md)
- [Change the Code of a Product category](https://docs.simpleaccounts.io/product-guides/master/product-category/change-the-code-of-a-product-category.md)
- [Delete a product category](https://docs.simpleaccounts.io/product-guides/master/product-category/delete-a-product-category.md)
- [VAT Category](https://docs.simpleaccounts.io/product-guides/master/vat-category.md): VAT is associated with goods or service. In SimpleAccounts, VAT category consolidates all the goods or services that have the same value of VAT.
- [Add a VAT category](https://docs.simpleaccounts.io/product-guides/master/vat-category/add-a-vat-category.md)
- [Edit VAT category](https://docs.simpleaccounts.io/product-guides/master/vat-category/edit-vat-category.md)
- [Delete a VAT category](https://docs.simpleaccounts.io/product-guides/master/vat-category/delete-a-vat-category.md)
- [Currency Rate](https://docs.simpleaccounts.io/product-guides/master/currency-rate.md): Currency rate is the rate of exchange of a particular currency against another. In SimpleAccounts, you can add the conversion rate of any currency to UAE dirhams.
- [Add a currency rate conversion to UAE dirham](https://docs.simpleaccounts.io/product-guides/master/currency-rate/add-a-currency-rate-conversion-to-uae-dirham.md)
- [Add the currency rate from Indian rupee to UAE dirham](https://docs.simpleaccounts.io/product-guides/master/currency-rate/add-the-currency-rate-from-indian-rupee-to-uae-dirham.md)
- [Update the exchange rate of a currency](https://docs.simpleaccounts.io/product-guides/master/currency-rate/update-the-exchange-rate-of-a-currency.md)
- [Delete a currency rate](https://docs.simpleaccounts.io/product-guides/master/currency-rate/delete-a-currency-rate.md)
- [Employee](https://docs.simpleaccounts.io/product-guides/master/employee.md): The Employee section provides a platform to manage and store vital information concerning a company's employees.
- [Add an employee](https://docs.simpleaccounts.io/product-guides/master/employee/add-an-employee.md)
- [View, send or download Payslip](https://docs.simpleaccounts.io/product-guides/master/employee/view-send-or-download-payslip.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://docs.simpleaccounts.io/product-guides/master.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.
