> For the complete documentation index, see [llms.txt](https://noskill.gitbook.io/titanfall2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noskill.gitbook.io/titanfall2/intro/duction.md).

# Modding introduction

## First step

Before getting into Titanfall 2 modding, you should backup any [VPK ](/titanfall2/documentation/file-format/vpk-valve-pak-file.md)files that you will get into, if you mess up or your [VPK ](/titanfall2/documentation/file-format/vpk-valve-pak-file.md)files get corrupted you don't need to download or repair your game from Origin or Steam, so you should learn how to make a backup.

{% hint style="info" %}
In this guide, the location of each [VPK ](/titanfall2/documentation/file-format/vpk-valve-pak-file.md)file will be listed at the beginning of the page.
{% endhint %}

This Gitbook repo will be updated over time as we get new information about Titanfall 2 modding, datamining, reverse engineering and game ripping. You can check the [NoSkill Community Discord server](https://discordapp.com/invite/sEgmTKg) where update notifications are posted each time new content is added to the wiki. Join our Discord server to say hi, ask questions, report typos, mistakes or ask to contribute to the wiki.

{% hint style="warning" %}
Check contact page for more information.
{% endhint %}

{% content-ref url="/pages/-LQuOclzPN21b9cof5mW" %}
[Contact & Help](/titanfall2/contact.md)
{% endcontent-ref %}

## Notes

As a side note, in this wiki we will refer to some tools to do certain processes. Check out the "[Modding tools](https://noskill.gitbook.io/titanfall2/how-to-start-modding/modding-tools)" page. This page is linked to when tools are mentioned in other guides.

{% content-ref url="/pages/-LQezxgguZKAdHMEde32" %}
[How to backup, extract & repack](/titanfall2/intro/duction/vpk-packpack.md)
{% endcontent-ref %}


---

# 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://noskill.gitbook.io/titanfall2/intro/duction.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.
