> For the complete documentation index, see [llms.txt](https://docs.payfacto.com/payfacto-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payfacto.com/payfacto-knowledge/veloce-pos/veloce/installation-and-initial-setup/share-the-veloce-back-office-folder.md).

# Share the Veloce Back-Office folder

Follow this procedure to share the Veloce folder on the Veloce Back-Office PC. This needs to be done before the Veloce POS workstations and tablets can be used.

1. Using File Explorer, locate the Veloce folder, at the root of the C:\ drive.

![Veloce Folder](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap02_Veloce_Install/ShareFolder/01-VeloceFolder.png)

2. Right-Click the Veloce folder and select Properties.

![Right-Click Properties](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap02_Veloce_Install/ShareFolder/02-Right-Click-Properties.png)

3. On the properties window, click the Sharing tab, then click the Share... button.

![Sharing Properties](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap02_Veloce_Install/ShareFolder/03-SharingTab.png)

4. The Choose people to share with dialog opens. In the field provided, type the word "everyone" (without quotes) and click the Add button.

![Choose people to share with Dialog](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap02_Veloce_Install/ShareFolder/04-Everyone-Add.png)

5. The "Everyone" built-in group will be added to the list. In the Permission Level column, click the down-arrow and select the Read/Write option, then click the Share button at the bottom of the window.

![Add permissions](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap02_Veloce_Install/ShareFolder/05-SetRead-Write.png)

6. A confirmation dialog opens. Click Done.

![Share confirmation](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap02_Veloce_Install/ShareFolder/06-FolderShared.png)

7. The properties window will now state that the Veloce folder is shared. The network path is also displayed. Click Close on the Veloce Properties window.

![Folder sharing properties after sharing](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap02_Veloce_Install/ShareFolder/07-PropertiesShared.png)

The Veloce folder is now shared.


---

# 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.payfacto.com/payfacto-knowledge/veloce-pos/veloce/installation-and-initial-setup/share-the-veloce-back-office-folder.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.
