# Bots

{% hint style="warning" %}
This article is a stub. You can help TSG Forge Wiki by expanding it.
{% endhint %}

{% content-ref url="/pages/GM351bN7cTWtKE8mn777" %}
[Submitting Content to the Wiki](/community/contributing-to-tsg-forge-wiki/submitting-content-to-the-wiki.md)
{% endcontent-ref %}

Bots are a new addition to the Halo franchise as Halo Infinite is the first title with built-in bot support. Bots are computer-controlled player bipeds who act based on information they are given about the current situation in the match.

Bots operate mostly based on pathfinding the nav mesh on a level so having a well supported nav mesh on your level is crucial for a great bot gameplay experience.

<figure><img src="/files/kFsqDSFNa3XnlNitRwNU" alt="Article cover image"><figcaption></figcaption></figure>

Temporary section for general notes about the article. Delete this section when the article is finished:

*
*
*

## First heading 1 title

Write about a topic. This section title will show up on the sidebar on the right.

### Sub-heading 2 title

Write about a topic. This section title will show up on the sidebar on the right.

#### Sub-heading 3 title

Write about a topic. This section title will *not* show up on the sidebar on the right.

## Second heading 1 title

Write more topics here.

#### <mark style="color:green;">Contributors</mark>

Okom


---

# 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://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/bots.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.
