# Modding introduction

## First step

Before getting into Titanfall 2 modding, you should backup any [VPK ](https://noskill.gitbook.io/titanfall2/documentation/file-format/vpk-valve-pak-file)files that you will get into, if you mess up or your [VPK ](https://noskill.gitbook.io/titanfall2/documentation/file-format/vpk-valve-pak-file)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 ](https://noskill.gitbook.io/titanfall2/documentation/file-format/vpk-valve-pak-file)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="../contact" %}
[contact](https://noskill.gitbook.io/titanfall2/contact)
{% 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="duction/vpk-packpack" %}
[vpk-packpack](https://noskill.gitbook.io/titanfall2/intro/duction/vpk-packpack)
{% endcontent-ref %}


---

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