# LLMs and AI-generated files

<details>

<summary></summary>

#### Generate a BepInEx mod for \[game] / Make a Thunderstore mod for \[game]

If an LLM or other AI technology was used in the creation of a mod or Thunderstore package, it must be specified in the README.md file.\
\
If code was generated, specify which LLM or AI agent was used to generate the code in the .csproj's AssemblyMetadata and the README.md.

ex:

```xml
<Project Sdk="Microsoft.NET.Sdk">
    <ItemGroup>
        <AssemblyMetadata Include="AI_Assisted_Creation" Value="This assembly was partially or fully created with the assistance of Generative AI (e.g., Code Suggestions, Refactoring, Documentation Generation)." />
        <AssemblyMetadata Include="AI_Model_Vendor" Value="OpenAI/Microsoft/Google" />
    </ItemGroup>

</Project>
```

Mods created with AI that do not specify it in the README or AssemblyMetadata may be broken or be removed.

</details>


---

# 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.thunderstore.io/llms-and-ai-generated-files.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.
