# Others

## Other Configuration Settings&#x20;

The Other configuration settings allow you to configure [Custom Scripts](/faronicsdeploy/create-configuration/others.md#1-custom-script).

![Configuration Management - Others](/files/-MWWNPOT64Y6pABXNgDZ)

### 1. Custom Script

![Custom Script Configuration](/files/-MWWOijowl2JkylJWeLS)

|   | Setting      | Description                                                                       |
| - | ------------ | --------------------------------------------------------------------------------- |
| a | Name         | Name for the custom script.                                                       |
| b | URL          | URL where the custom script is hosted.                                            |
| c | Type         | Type of script, **PowerShell**, **Batch**, or **VB**.                             |
| d | Command Line | Any extra commands required for the script can be added to the command line here. |

{% hint style="info" %}
See [Custom Scripts - PowerShell, VB, Batch](/faronicsdeploy/custom-scripts-powershell-vb-batch.md) for further information.
{% endhint %}


---

# 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.faronics.com/faronicsdeploy/create-configuration/others.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.
