> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-container/tutorials/how-to-access-to-a-container/http-service.md).

# HTTP Service

#### How to connect via HTTP?

1. Once the container is running, navigate to Container Details Page.
2. Find Access container Section, open HTTP Endpoint.
3. Follow the guide that matches your template.

<table><thead><tr><th width="182">Template</th><th width="215">Pre-condition</th><th>Next steps</th></tr></thead><tbody><tr><td><strong>Jupyter, Code Server</strong></td><td>None</td><td><ul><li>Open the endpoint in your browser</li><li>Use the Username and Password fields in the Environment Variables section of the Container Details page to access your container</li></ul></td></tr><tr><td><strong>Ollama WebUI</strong></td><td>None</td><td><ul><li>Open the endpoint in your browser</li><li>Create a new Open WebUI account or use your existing account.</li><li>Select a model to pull and test the model.</li></ul></td></tr><tr><td><strong>Ollama</strong></td><td>None</td><td><a data-footnote-ref href="#user-content-fn-1">Testing your container using Postman</a> </td></tr><tr><td><strong>Vllm</strong></td><td><a data-footnote-ref href="#user-content-fn-2">Hugging Face Token</a> <em>Before creating a new container, you must fill your Hugging Face Token in Enviroment Variable section.</em></td><td><a data-footnote-ref href="#user-content-fn-1">Testing your container using Postman</a></td></tr></tbody></table>

[^1]: Append **/v1/models** to your endpoint, then provide your API\_TOKEN in the Authorization. If you're using the vLLM template, also include HUGGING\_FACE\_HUB\_TOKEN in the request parameters to test your container.

[^2]: Hugging Face Token in Environment Variable section is required when using Ollama template. If you do not have Hugging Face Token yet, please follow this guide [User access tokens](https://huggingface.co/docs/hub/en/security-tokens).


---

# 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://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-container/tutorials/how-to-access-to-a-container/http-service.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.
