> 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/tmedia-documentation/configuration/configuration-copy.md).

# Configuration Copy

This page describes the steps required to copy a configuration within Toolpack web portal.

**Note**: This page assumes that you are using the Gateway application. If you are using your own application, you will be required to perform the same steps but for your plug-in.

### Copy Configuration

* Go to the **Configuration** menu.
* Click on the **Copy** link of the configuration you wish to copy.
* Enter the name of your new configuration.
* Click the **Copy** button.
* After a copy of your configuration has been created, click on the **Configure Now** link of your new configuration.

### The following sections apply only to packages version 2.4 and earlier. The copy of the Gateway application is automatically done with packages 2.5 and more recent.

### Create a new Gateway/Plug in application configuration

* Go to the **Gateway -> Configurations** menu.
* Click on the **Create New Configuration** link.
* Complete the form. The **Configuration** should be set to the name of your new Configuration.
* Don't forget to re-enable same behaviors
* Don't forget to re-create all routes within the new configuration

Example: Name: gateway\_config\_3 Bin Path: @{PKG\_BIN}/gateway Working Path: ../gateway Configuration: config\_3

* Click the **Create** button.

### Create a new Gateway/Plug in application instance

* Go to the **Config -> Applications-> Instances** menu.
* Click on the **Create New Application Instance** link.
* Complete the form. The **Application Config** should be set to the name of your new Gateway/Plug-in application configuration.

Example: Name: gateway\_config\_3 Application Config -> gateway\_config\_3

* Click the **Create** button.


---

# 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/tmedia-documentation/configuration/configuration-copy.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.
