> For the complete documentation index, see [llms.txt](https://docs.openmesh.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openmesh.network/products/xnode/use-case-deployment-guides/deploying-ollama-+-open-webui-app.md).

# Deploying Ollama + Open WebUI App

Lets deploy a 'Use-Case' which is multiple server app templates deployed together. For this guide we will be deploying Ollama LLM framework + Open-webui frontend UX.&#x20;

This is a powerful combination of 2 apps, that allows you to access and interact with powerful AI LLM's directly from your web browser, allowing you to switch between current industry-leading open source models like Llama3.1 & Mistral. This template streamlines the process, to get an LLM and GenAI chatbot frontend running on your bare metal server!

Make sure to connect your [web3 wallet and create a session](https://docs.openmesh.network/products/xnode/basic-getting-started-guides/connecting-your-web3-wallet-and-creating-a-login-session), then visit the [App Store](https://www.openmesh.network/xnode/app-store) from within your Xnode Studio dashboard and select "Use-Cases" tab at the top of the page.

<figure><img src="/files/DbhdeKBtJNShFnV7z6kS" alt=""><figcaption></figcaption></figure>

Once you have selected the Ollama + Open-webui Use Case, you need to select your deployment target. For this deployment guide we will be using a bare metal Xnode we have previously [redeemed](https://docs.openmesh.network/products/xnode/basic-getting-started-guides/redeeming-your-dvm).

<figure><img src="/files/kLMBODae0SLdhlRy2hWA" alt=""><figcaption></figcaption></figure>

Selecting the DVM will then deploy it, with an estimated time of 2 minutes. Of course, you can select "Go to Deployment" button to see it's live deployment status.

<figure><img src="/files/H1cbndpKyd0KYH3GpRWy" alt=""><figcaption></figcaption></figure>

Going back to the bare metal page, you can see what Apps are deployed on your server.

As we have selected a Use Case, it has deployed 2 app templates, Ollama and Open WebUI.

By selecting the the arrow icon, it will take you to your chatbot frontend website URL.

<figure><img src="/files/GeX1OJeW2NMGKgzaEbdS" alt=""><figcaption></figcaption></figure>


---

# 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.openmesh.network/products/xnode/use-case-deployment-guides/deploying-ollama-+-open-webui-app.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.
