> For the complete documentation index, see [llms.txt](https://docs.bitfoot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitfoot.com/bitfoot-bot/additional-tools-and-settings/security.md).

# Security

This is a security feature that allows you to set up a PIN code to access bot.

### Main Menu > Settings > 🔒 Security

<figure><img src="/files/m48bHZCpgsAGMDWzj05p" alt=""><figcaption></figcaption></figure>

## How to Set up a PIN Code

{% stepper %}
{% step %}

### From the Main Menu Go to Settings > Security

<img src="/files/GuDnfFkbqKigiUbcW3Ab" alt="" data-size="original">

* Click on the **Set PIN** button
  {% endstep %}

{% step %}

### Choose a New PIN Code

<img src="/files/vUuNtgyWS28WJw95iEnd" alt="" data-size="original">

Enter new PIN code. You will be asked to do it twice.
{% endstep %}

{% step %}

### Set Auto-Lock Time

<img src="/files/5pGWNCNnBcA63AxR1Qjd" alt="" data-size="original">

Once you have set your PIN code, set an auto-lock time by clicking the **Set Auto-Lock Time** button.
{% endstep %}
{% endstepper %}

And you are set. You can also lock the bot instantly from this menu, and change or remove your PIN.

{% hint style="info" %}
If you get locked out and forget your PIN, contact support at **<support@bitfoot.com>** or reach out via [x.com/BitfootBot](https://x.com/BitfootBot).
{% endhint %}


---

# 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.bitfoot.com/bitfoot-bot/additional-tools-and-settings/security.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.
