# Configuring Python

By default, all bot hostings come configured with Node installed. This can be easily changed by the end-user.

Start off by clicking on the "Startup" tab on the panel.

<div align="left"><img src="/files/-MY18cgKim8E0aLRDP4F" alt="Startup tab"></div>

Then, simply click on the "Server Type", and select the one with python in the title.

<div align="left"><img src="/files/-MY1APjfd4fqPdSFkQCn" alt="Server Type selector"></div>

Finally, change the "Main File" to be your Python main file. This ends in .py, and can be done as seen below:

<div align="left"><img src="/files/-MY1BXq7tjeo2SZ8_htb" alt="Main File changer"></div>

Congrats! You can now begin to use your Python hosting!


---

# 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://harrydev.gitbook.io/hosting/discord-py/configuring-python.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.
