> 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/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp/glossary-tbtoolpack-service.md).

# Glossary: Tbtoolpack Service

### Started By

Tbtoolpack service is started by the user or automatically started by the host when it is powering up.

### Role

Tbtoolpack service is a light weight application that is responsible for managing [tboamapp](/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp.md), essentially ensuring that it stays up.

### Usage

tbtoolpack {start|stop|status|restart|enable|disable|install|uninstall} [System Id](/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp/glossary-tbtoolpack-service/system-id.md)

[System Id](/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp/glossary-tbtoolpack-service/system-id.md): is optional

* Start - Start the Toolpack service.
* Stop - Stop the Toolpack service.
* Status - Retrieve the status of the Toolpack service.
* Restart - Restart the Toolpack service.
* Enable - Enable the Toolpack service, change the Service Start Type to "Auto Start".
* Disable - Disable the Toolpack service, change the Service Start Type to "Demand Start".
* Install - Install the Toolpack service, install the tbtoolpack service, not the Toolpack system itself.
* Uninstall - Uninstall the Toolpack service, uninstall the tbtoolpack service, not the Toolpack system itself.

### Logs

Logs can be found in at least one of the three following locations:

* \[InstallDir]/toolpack/setup/[*SystemId*](/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp/glossary-tbtoolpack-service/system-id.md)/service/
* /lib/tb/toolpack/setup/12358/service/
* C:\TelcoBridges\toolpack\setup\12358\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/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp/glossary-tbtoolpack-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.
