> 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/article-template.md).

# Article Template

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

In this section give a brief overview of the topic that the article is about to introduce the reader into the topic. Keep it short, as the sections below should be used for further explanation.

## Main feature

In this section write about the main features. This section's header will show up on the navigation sidebar on the right.

### Main feature detail

In this section write about a sub-section of the feature above. This section's header will show up on the navigation sidebar on the right.

Below are some examples of image placement, which can be removed if images are not needed.

<div><figure><img src="/files/nTXuj50zN0tdiLuaT13h" alt=""><figcaption><p>TSG logo in the node graph</p></figcaption></figure> <figure><img src="/files/7t7QOnfp1UxMH26bazKR" alt=""><figcaption><p>Pink cat used as a placeholder image</p></figcaption></figure></div>

Write more about the main feature here if necessary.

#### Optional sub-section for more detail

In this section write about a sub-section of the sub-section above. This section title will *not* show up on the navigation sidebar on the right.

## Secondary feature

In this section write about a secondary feature that still relates to the topic of the article.

{% hint style="info" %}
Info hints are great for showing general information, or providing tips and tricks.
{% endhint %}

{% hint style="success" %}
Success hints are good for showing positive actions or achievements.
{% endhint %}

{% hint style="warning" %}
Warning hints are good for showing important information or non-critical warnings.
{% endhint %}

{% hint style="danger" %}
Danger hints are good for highlighting destructive actions or raising attention to critical information.
{% endhint %}

Write more about the secondary feature here if necessary.

***

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

First article contributor\
Second contributor\
Third contributor


---

# 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/article-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.
