> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/system-settings/create-http-service.md).

# Create HTTP Service

To create a new HTTP service:

1\. Select Services from the navigation panel.

<figure><img src="https://docs.telcobridges.com/w/images/1/1e/HTTP_Service_Panel.PNG" alt=""><figcaption></figcaption></figure>

\
2\. Select the HTTP tab.

* Click Create New HTTP Service.

<figure><img src="https://docs.telcobridges.com/w/images/e/e1/HTTP_Service_Tab.PNG" alt=""><figcaption></figcaption></figure>

3\. Edit the various field according to your preferences.

* Enter a Name for the new HTTP service.
* Select a Port for the HTTP service.
* If you wish to restrict the IP addresses from where the Web Portal is accessed, select a specific IP interface, otherwise choose ANY.
* If you would like to use HTTPS when connecting to the Web Portal, select Use HTTPS.
* Click Create.

<figure><img src="https://docs.telcobridges.com/w/images/4/4b/HTTP_Service_Create.PNG" alt=""><figcaption></figcaption></figure>

4\. Apply your changes to the configuration by [activating the new configuration](/configuration-details/configuration-by-web-portal-category/system-settings/activating-the-configuration.md)

### List of Parameters

* [Name](/configuration-details/configuration-parameters-all.md#parameter-name)
* [Port](/configuration-details/configuration-parameters-all.md#parameter-port)
* [IP interfaces to allow](/configuration-details/configuration-parameters-all.md#parameter-ip-interfaces-to-allow)
* [Use HTTPS](/configuration-details/configuration-by-web-portal-category/system-settings/use-https-service.md)

Advanced Parameters

* [IP Header Type of Service (ToS)](/configuration-details/configuration-parameters-all.md#parameter-packet-network-type-of-service)


---

# 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://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/system-settings/create-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.
