> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/bevica-select/bevica_select_training/bevica_select_training_-_administration.md).

# Setup & Administration

Administration module for Bevica Select: users, permission sets, Bevica setup, change log, email setup, number series, and operational checks.

Administration covers environment structure, users, security, and core system setup.

Use this module when you’re setting up your live tenant and support model.

### Before you start

* Access to Bevica Select
* [Introduction to Business Central](/bevica-select/bevica_select_training/bevica_select_training_-_introduction_to_business_central.md)

### Environment structure

**Read / complete**

* [How Business Central Bevica is structured](/bevica-select/bevica-select-data-migration/business-central-bevica-data-structures.md)

### New users

Licence changes and new licences are handled via support.

Once a user exists, you normally configure **User Setup** and **User Settings**.

#### User Setup

Search for **User Setup** and review these fields:

* `Allow Posting From` / `Allow Posting To` (if they are different to the dates in General Ledger Setup)
* `Salesperson/Purchaser Code`
* `Allow Release Held Sales Order`
* `Invoice Posting Policy` (see link below)

**Read / complete**

* [Define an Invoice Posting Policy for Users (Microsoft Learn)](https://learn.microsoft.com/en-gb/dynamics365/business-central/admin-setup-invoice-posting-policy)

#### User Settings

Search for **User Settings** and set:

* **Role**: Bevica Finance or Bevica Operations
* **Language**: English (United Kingdom)
* **Region**: English (United Kingdom)
* **Company**: live company (users can switch via **My Settings** unless restricted)

### Permissions and security

**Read / complete**

* [Manage users and implement security (Microsoft Learn)](https://docs.microsoft.com/en-us/learn/modules/users-security-dynamics-365-business-central/) (Est. 1hr 30mins)
* [Bevica Permissions](/documentation/guides/permissions-and-security/bevica_permissions.md)

### Bevica Setup

Bevica Setup is where Bevica-specific functionality is configured.

Most values are preconfigured in Bevica Select.

**Read / complete**

* [Bevica Setup](/documentation/guides/setup-and-configuration/bevica_setup.md)

### Auditing changes (optional)

#### Change Log and Field Monitoring

**Read / complete**

* [Auditing changes in Business Central (Microsoft Learn)](https://learn.microsoft.com/en-us/dynamics365/business-central/across-log-changes)

{% hint style="warning" %}
**Change Log** and **Field Monitoring** can impact performance.

Use them sparingly and review scope regularly.
{% endhint %}

### Emailing documents (setup)

**Read / complete**

* [Set-up email (Microsoft Learn)](https://learn.microsoft.com/en-us/training/modules/set-up-email/) (Est. 45mins)
* [Customer and Vendor Facing Outputs](/documentation/guides/setup-and-configuration/importing_customer-_vendor_and_item_data-1.md)

### Number series

You can amend number series if your internal references require it.

1. Search for **No. Series**.
2. Find the relevant series.
3. Drill down on `Starting No.`.
4. Update `Starting No.` (and optionally `Starting Date`).

{% hint style="info" %}
Bevica Select is often configured to keep the same document number on unposted and posted invoices/credit memos.
{% endhint %}

### Reporting recap

**Read / complete**

* [Reporting in Bevica - Overview](/documentation/reporting-and-analytics/reporting_in_bevica_-_overview.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://kb.bevica.com/bevica-select/bevica_select_training/bevica_select_training_-_administration.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.
