# Security

- [Beep](https://docs.genrpa.com/aktiviteler/security/beep.md)
- [Ring Beep](https://docs.genrpa.com/aktiviteler/security/beep/ring-beep.md)
- [Encryption](https://docs.genrpa.com/aktiviteler/security/encryption.md)
- [Encrypt Text](https://docs.genrpa.com/aktiviteler/security/encryption/encrypt-text.md)
- [Decrypt Text](https://docs.genrpa.com/aktiviteler/security/encryption/decrypt-text.md)
- [Ftp Actions](https://docs.genrpa.com/aktiviteler/security/ftp-actions.md)
- [Change Working Directory](https://docs.genrpa.com/aktiviteler/security/ftp-actions/change-working-directory.md)
- [Close Connection](https://docs.genrpa.com/aktiviteler/security/ftp-actions/close-connection.md)
- [Create Connection](https://docs.genrpa.com/aktiviteler/security/ftp-actions/create-connection.md)
- [Create Directory](https://docs.genrpa.com/aktiviteler/security/ftp-actions/create-directory.md)
- [Delete Directory](https://docs.genrpa.com/aktiviteler/security/ftp-actions/delete-directory.md)
- [Delete File](https://docs.genrpa.com/aktiviteler/security/ftp-actions/delete-file.md)
- [Download Directory](https://docs.genrpa.com/aktiviteler/security/ftp-actions/download-directory.md)
- [Download File](https://docs.genrpa.com/aktiviteler/security/ftp-actions/download-file.md)
- [List Directory](https://docs.genrpa.com/aktiviteler/security/ftp-actions/list-directory.md)
- [Move File](https://docs.genrpa.com/aktiviteler/security/ftp-actions/move-file.md)
- [Move Ftp File](https://docs.genrpa.com/aktiviteler/security/ftp-actions/move-ftp-file.md)
- [Rename](https://docs.genrpa.com/aktiviteler/security/ftp-actions/rename.md)
- [Upload File](https://docs.genrpa.com/aktiviteler/security/ftp-actions/upload-file.md)
- [Process](https://docs.genrpa.com/aktiviteler/security/process.md)
- [Get Process Id List](https://docs.genrpa.com/aktiviteler/security/process/get-process-id-list.md)
- [Process Kill By Name](https://docs.genrpa.com/aktiviteler/security/process/process-kill-by-name.md)
- [Process Kill By Process Id](https://docs.genrpa.com/aktiviteler/security/process/process-kill-by-process-id.md)
- [Set Foreground Window](https://docs.genrpa.com/aktiviteler/security/process/set-foreground-window.md)
- [Thread](https://docs.genrpa.com/aktiviteler/security/thread.md)
- [Change Current Culture Info](https://docs.genrpa.com/aktiviteler/security/thread/change-current-culture-info.md)
- [Utility Commands](https://docs.genrpa.com/aktiviteler/security/utility-commands.md)
- [Cmd](https://docs.genrpa.com/aktiviteler/security/utility-commands/cmd.md)
- [Download Url](https://docs.genrpa.com/aktiviteler/security/utility-commands/download-url.md)
- [Ping Host](https://docs.genrpa.com/aktiviteler/security/utility-commands/ping-host.md)
- [Telnet](https://docs.genrpa.com/aktiviteler/security/utility-commands/telnet.md)
- [Windows Credentials](https://docs.genrpa.com/aktiviteler/security/windows-credentials.md)
- [Read Credentials](https://docs.genrpa.com/aktiviteler/security/windows-credentials/read-credentials.md)
- [Remove Credentials](https://docs.genrpa.com/aktiviteler/security/windows-credentials/remove-credentials.md)
- [Set Credentials](https://docs.genrpa.com/aktiviteler/security/windows-credentials/set-credentials.md)


---

# 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.genrpa.com/aktiviteler/security.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.
