> For the complete documentation index, see [llms.txt](https://docs.getbf2142.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getbf2142.net/advanced/project-remaster/further-readings.md).

# Further Readings

Remaster Manual and [Tweak Guide](https://tweakguides.dmegaming.com/BF2142_1.html) are full of helpful info about the game and the mod, so we definitely recommend setting aside a bit of time to check them out.

<figure><img src="/files/LPHwvMRlpOM9PDD532qw" alt=""><figcaption><p>Remaster Manual</p></figcaption></figure>

<figure><img src="/files/SYcmINvx98ml8XxJNcXV" alt=""><figcaption><p>Tweak Guide</p></figcaption></figure>

These materials are great resources if you want to dive deeper into the game. They come built right into the mod — just install the [Remaster](/advanced/project-remaster/install-project-remaster.md) mod and use the launcher buttons to access them.

<figure><img src="/files/NIjKJAr5G029HX0DlOMT" alt="" width="375"><figcaption><p>Remaster Launcher</p></figcaption></figure>

You can still check out the the [Tweak Guide](https://tweakguides.dmegaming.com/BF2142_1.html) online. The latest Remaster Manual comes only with the mod, but we have an [older PDF version](https://drive.google.com/file/d/1VuFEuFK6_I_iWIEhWMc9cyEC4zq4gQCg/view?usp=sharing) (v14 BETA 10 2021) here for your reference.

Enjoy exploring the wiki! See you on the battlefield!


---

# 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://docs.getbf2142.net/advanced/project-remaster/further-readings.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.
