> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options/options-text-api-options.md).

# Options: Text API Options

The [Tools](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools.md) -> [Options](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options.md) -> Text API tab (Figure 1) configures different ports to "talk to" Vehicle Spy. Text API is a method of sending text strings to Vehicle Spy to request or send information.

If you wish to make a TCP/IP connection, check the "Enable TCP/IP" check box and specify the proper port is set in the "Listening Port" field on the right. Note: Vehicle Spy must be restarted before setting changes take place.

Com Port servers are setup in the fields just below the Local Server TCP/IP fields.

The Remote Servers section specifies the computer with which to connect. The Description field is where you can enter a friendly name for the computer. In the box below, Comm Type can be set to either TCP/IP or RS-232. If TCP/IP or Computer Name, enter the address of the computer. The Port Number entry tells Vehicle Spy which port to connect on. When RS-232 is being set choose the Comm Port and Baud Rate. Once all the settings are filled in for the Remote Server, click "Add". Your settings will be listed in the area on the lower right. To remove a single setting from this area, simply select it and press "Remove". To clear all settings listed, press "Clear".

![Figure 1: Text API options.](/files/83SaOdWvG01K5wflcbHK)


---

# 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.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options/options-text-api-options.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.
