> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/folder-template.md).

# Folder template

Give a brief explanation of the topic this folder is about and at the end, list all the articles that this folder contains within the cards. The cover image of the cards should be the same 21:9 cover image that is used on the linked article. The Folder Template page itself doesn't need a cover image.

This only applies to pages that would be considered as folders *more* than standalone pages with sub-pages underneath them that explain some topics in more detail that fit under that category.

* Examples of a Folder: [Firefight](/forge/modes/firefight.md), [Mode Setup](/forge/standards/mode-setup.md) & [Spawning](/forge/spawning.md)
* Examples of a standalone page with sub-pages: [Firefight KOTH](/forge/modes/firefight/firefight-koth.md) & [Loading Into Forge](/forge/forge-basics-and-ui/loading-into-forge.md)

{% hint style="info" %}
A good rule of thumb is that if you need to break a topic into smaller articles and the majority of that topic can't be explained within just one article, then it should be a folder.
{% endhint %}

For demonstration purposes, there are six cards of the Article Template article so they can be replaced and any extras can be removed.

## Learn more about

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Article Template</td><td><a href="/files/kFsqDSFNa3XnlNitRwNU">/files/kFsqDSFNa3XnlNitRwNU</a></td><td><a href="/pages/GbmUitXCmvGFcD5g3Gl3">/pages/GbmUitXCmvGFcD5g3Gl3</a></td></tr><tr><td>Article Template</td><td><a href="/files/kFsqDSFNa3XnlNitRwNU">/files/kFsqDSFNa3XnlNitRwNU</a></td><td><a href="/pages/GbmUitXCmvGFcD5g3Gl3">/pages/GbmUitXCmvGFcD5g3Gl3</a></td></tr><tr><td>Article Template</td><td><a href="/files/kFsqDSFNa3XnlNitRwNU">/files/kFsqDSFNa3XnlNitRwNU</a></td><td><a href="/pages/GbmUitXCmvGFcD5g3Gl3">/pages/GbmUitXCmvGFcD5g3Gl3</a></td></tr><tr><td>Article Template</td><td><a href="/files/kFsqDSFNa3XnlNitRwNU">/files/kFsqDSFNa3XnlNitRwNU</a></td><td><a href="/pages/GbmUitXCmvGFcD5g3Gl3">/pages/GbmUitXCmvGFcD5g3Gl3</a></td></tr><tr><td>Article Template</td><td><a href="/files/kFsqDSFNa3XnlNitRwNU">/files/kFsqDSFNa3XnlNitRwNU</a></td><td><a href="/pages/GbmUitXCmvGFcD5g3Gl3">/pages/GbmUitXCmvGFcD5g3Gl3</a></td></tr><tr><td>Article Template</td><td><a href="/files/kFsqDSFNa3XnlNitRwNU">/files/kFsqDSFNa3XnlNitRwNU</a></td><td><a href="/pages/GbmUitXCmvGFcD5g3Gl3">/pages/GbmUitXCmvGFcD5g3Gl3</a></td></tr></tbody></table>

***

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

First folder contributor\
Someone else\
Another user


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/folder-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
