> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronics-deploy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronics-deploy-docs/application-management/install-uninstall-and-update-apps/install-application-s/install-external-application-s-custom-app/create-and-install-a-custom-app/hosting-a-custom-app-url-or-network-path.md).

# Hébergement d'une application personnalisée - URL ou chemin réseau

Les installeurs d'applications peuvent être hébergés sur un partage réseau ou en ligne. Si les ordinateurs ne peuvent pas atteindre un partage réseau, les installateurs doivent être hébergés en ligne sur un serveur Web ou dans un emplacement FTP.

La capture d'écran ci-dessous montre qu'un chemin réseau est utilisé pour localiser le package.

![Héberger une application personnalisée via un chemin réseau](https://lh4.googleusercontent.com/hmfjb0l6HCuMKOntBz8n5J3poobgb3CVl3MbSwNRhTQQoGRLoYO7Tv0X8weXJP_b_6kIEoOfo7HwiLhtSw8Z63Tfru-21rOn4ravcY2E4ZcSJ_YQiHgJqvq_Efkbf7A1y20vZ4KjQFFfkMzf2hYUYQ)

1\. Saisissez le chemin de partage réseau ou l'URL où est hébergé e programme d'installation ou de désinstallation (chemin de partage du réseau dans cet exemple).

{% hint style="info" %}
Si vous saisissez un chemin d'accès réseau, entrez les informations d'identification de l'utilisateur qui dispose des droits nécessaires pour accéder au partage.
{% endhint %}

2\. Dans cet exemple, saisissez Domaine\NomdUilisateur Ventes\JohnSmith.

3\. Entrez un mot de passe pour l'utilisateur.


---

# 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.faronics.com/faronics-deploy-docs/application-management/install-uninstall-and-update-apps/install-application-s/install-external-application-s-custom-app/create-and-install-a-custom-app/hosting-a-custom-app-url-or-network-path.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.
