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

# XoroERP Basics

Welcome to the XoroERP Basics page, your gateway to mastering the fundamental aspects of our powerful ERP software. Whether you're a new user or seeking a refresher, this comprehensive guide will help you navigate the system with ease and confidence.

1. [Getting Help](/xoroerp-1/xoroerp-basics/getting-help.md): Need assistance? Our robust support system is just a click away. Discover how to access documentation, reach our support team, and explore our vibrant user community for tips and best practices.
2. [Navigation](/xoroerp-1/xoroerp-basics/navigation.md): Seamlessly traverse XoroERP with our intuitive navigation guide. Learn how to efficiently move between modules, screens, and menus to access the information you need, exactly when you need it.
3. [Log In](/xoroerp-1/xoroerp-basics/log-in.md): Begin your ERP journey by understanding the log-in process. Discover different authentication methods and ensure your account security with best practices for password management.
4. [Setting Preferences](/xoroerp-1/xoroerp-basics/setting-preferences.md): Tailor XoroERP to suit your preferences with ease. Learn how to personalize your user settings, including language, time zone, and display options, to optimize your ERP experience.

Empower yourself with the essential knowledge to make the most of XoroERP. From the moment you log in to explore the nooks and crannies of our system, XoroERP Basics is your foundation for success. Let's dive in and unleash the full potential of your ERP journey!


---

# 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.xorosoft.com/xoroerp-1/xoroerp-basics.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.
