> For the complete documentation index, see [llms.txt](https://docs.7ft10.com/munromaps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.7ft10.com/munromaps/the-mechanics/approach-and-strategy/strategy-vs-tactics.md).

# Strategy vs Tactics

### Strategy - Tactic Difference in Military Usage

Militaries often make a distinction between strategy and tactics. Strategy involves planning, during war and peace times, preparing for the unexpected for greater security and future victory. Tactics, on the other hand, deals with carrying out the objectives laid out in strategy — i.e., accurately and efficiently deploying troops and military equipment to combat zones.

|                 | Strategy                                                | Tactic                                                                                 |
| --------------- | ------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| **Definition**  | Larger, overall plan that can comprise several tactics. | Plans, tasks, or procedures that can be carried out; may be part of a larger strategy. |
| **Perspective** | Broad, "big picture".                                   | Narrow, "close-up"                                                                     |
| **Time**        | Over time, long periods of time, future-oriented.       | Soon or present                                                                        |
| **Example**     | Planning where to send the troops to win the war.       | How soldiers should run in a zigzag pattern to decrease the chance of being shot.      |

<https://www.diffen.com/difference/Strategy_vs_Tactic>


---

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

```
GET https://docs.7ft10.com/munromaps/the-mechanics/approach-and-strategy/strategy-vs-tactics.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.
