# Creating a Tactic

Tactics are higher-level categories or strategies used by adversaries to achieve their goals. In the MITRE ATT\&CK framework, tactics are broader than techniques and represent the overall objectives of an attack. For example, tactics might include "Execution," "Persistence," "Privilege Escalation," and "Defense Evasion." Tactics encompass a range of techniques that support a specific objective.

<mark style="background-color:yellow;">Step 1:</mark> Click the **Tactics** tab of the **RunbooksDB** module. &#x20;

<mark style="background-color:yellow;">Step 2:</mark> Click **New Tactic**.

<div align="left"><figure><img src="/files/6gGpwpqBGjIVvtZUOBYG" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 3:</mark> Fill out the provided fields.

<div align="left"><figure><img src="/files/tGIRar4XrhFFzLTm9gjf" alt="" width="563"><figcaption></figcaption></figure></div>

1. **Tactic Title (required)**
2. **Tactic ID (required)**
3. **Techniques**: Click **Add Techniques** to bring up a new modal to add techniques to the tactic.&#x20;
4. **Methodologies**: Click **Add Methodologies** to bring up a new modal to add methodologies to the tactic.&#x20;
5. **Tactic Description:** A rich-text field to enter any content, images, or tables to describe the tactic.
6. **Tags:** Enter any tags to help future search and filtering tasks.

<mark style="background-color:yellow;">Step 4:</mark> Click **Save**.

The tactic is now available from the **Tactics** tab, which can be viewed, edited, or deleted.


---

# 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.plextrac.com/plextrac-documentation/product-documentation/content-library/runbooksdb/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.
