# ShippingAndMailing

| Module | Type             | Description                                                                                  |
| ------ | ---------------- | -------------------------------------------------------------------------------------------- |
| FedEx  | CloseSource      | The CloseFedExSource activity closes the specified source connection                         |
|        | GetNextRecord    | The GetNextFedExRecord activity fetches the next record from the specified source connection |
|        | InitializeSource | Initializes a connection for reading data records at run time.                               |
|        | LookupRecord     | The LookupFedExRecord activity fetches a specific record from a source connection            |
| UPS    | CloseSource      | The CloseSource activity closes the specified source connection                              |
|        | GetNextRecord    | The GetNextRecord activity fetches the next record from the specified source connection      |
|        | InitializeSource | Initializes a connection for reading data records at run time.                               |
|        | LookupRecord     | The LookupUPSRecord activity fetches a specific record from a source connection              |
| USPS   | CloseSource      | The CloseUSPSSource activity closes the specified source connection                          |
|        | GetNextRecord    | The GetNextUSPSRecord activity fetches the next record from the specified source connection  |
|        | InitializeSource | Initializes a connection for reading data records at run time.                               |
|        | LookupRecord     | The LookupUSPSRecord activity fetches a specific record from a source connection             |


---

# Agent Instructions: 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:

```
GET https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/actions/action-categories/actions-datasource/shippingandmailing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
