# Macros

## General Scouting Macro

You may customize this macro as you desire by changing which chats it gets sent to.

`<t>` displays what you are currently targeting, so when you scout, you will have to target the A-Rank in order to display its name. This is not necessarily required.

`<pos>` displays your current location, so you will have to be flying within close proximity to the A-Rank to get an accurate flag coordinate.

```
/micon "jump" general
/echo <t><pos>
/p <t><pos>
/l1 Scouting for train: <t><pos> 
```

### Sending text in different chats

```
/p
```

**Party chat:** Useful for if you are scouting with other people.

***

```
/l1
```

**Linkshell 1** **(The number corresponds to the linkshell order in your linkshell window):** If you have a linkshell for train coordination.

***

```
/cwl1
```

**Crossworld Linkshell 1** **(The number corresponds to the crossworld linkshell order in your crossworld linkshell window):** If you have a crossworld linkshell for train coordination.

***

```
/echo
```

**Echo** **(The chat that only you can see):** Useful for if you are conducting the train that you are scouting. See [Storing Flags](/conducting/storing-flags.md).


---

# 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://trainguide.ffxivhunts.com/scouting/macros.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.
