> For the complete documentation index, see [llms.txt](https://help.tacinsight.com/fast-weigh-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tacinsight.com/fast-weigh-knowledge-base/references/ticketing-app/application/ship-to.md).

# Ship-To

<figure><img src="/files/qGXrT6Rm9qr4U3Ydl9Jj" alt=""><figcaption></figcaption></figure>

## Page Overview

<table><thead><tr><th width="123.3333740234375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Description</td><td>A given description of the Ship To</td></tr><tr><td>Type</td><td>What the Ship-To is assigned under, Global, Order or Customer</td></tr><tr><td>Status</td><td>Shows weather the ship to is Active or not</td></tr><tr><td>Address 1</td><td>The Primary Address of the Ship To</td></tr><tr><td>Address 2</td><td>The Secondary Address of the Ship To</td></tr><tr><td>City</td><td>The address's City</td></tr><tr><td>State</td><td>The address's State or Province</td></tr><tr><td>Zip</td><td>The address's Zip / Postal Code</td></tr><tr><td>Country</td><td>The address's Country</td></tr><tr><td>Phone #</td><td>A callable Phone number related to the ship-to </td></tr><tr><td>PO #</td><td>A PO# related to the ship-to</td></tr></tbody></table>

## New Ship-To

You can add a new ship to in the app via the \[ + New Ship-To ] button.

<figure><img src="/files/5ayWEqJdIzFNhWE0Jv1C" alt=""><figcaption></figcaption></figure>


---

# 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://help.tacinsight.com/fast-weigh-knowledge-base/references/ticketing-app/application/ship-to.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.
