# External Programs

*Article Topics:* [*Customization*](/getting-started/common-topics/customization.md)

The Configuration Admin's "External Programs" section contains Binary Paths to various tools that NATS will use. Finding each Binary Path can be&#x20;

## Binary Paths

* **Path To PHP** - Set the desired path to PHP. This can be found using the command: which php.
* **Path To Zip** - Set the desired path to Zip. This can be found using the command: which zip.
* **Path To Unzip** - Set the desired path to Unzip. This can be found using the command: which unzip.
* **Path To Ffmpeg** - Set the desired path to ffmpeg. This can be found using the command: which ffmpeg.
* **Prefer Ffmpeg Bin** - Set whether to use ffmpeg whenever possible.
* **Ffmpeg Flv Match Source** - Set whether to match source attributes during conversion.
* **Path To Mplayer** - Set the desired path to Mplayer.
* **Bframes Check** - Improves the quality of Mplayer.
* **Path To Mencoder** - Set the desired path to MenCoder. This can be found using the command: which Mencoder.
* **Path To Flvtool2** - Set the desired path to Flvtool2. This can be found using the command: which Flvtool2.
* **No Flvtool2** - Set whether to index flash with flvtool2 after a conversion.
* **Path To Convert** - Set the desired path to Convert. This can be found using the command: which convert.
* **Url To Flowplayer** - Set the URL of the folder that contains flowplayer swf and js files.&#x20;
* **Path To Nice** - Set the desired path to NICE. This can be found using the command: which nice. This is used for bulk ad tools.
* **Path To Tar** - Set the desired path to TAR. This can be found using the command: which tar.


---

# 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://docs.toomuchmedia.com/nats-admin/configuration/configuration-overview/external-programs.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.
