> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/~/changes/j1RdUn49WBcajmJEmXUf/users-guide/automation/start-stop-automation/robot-user.md).

# Robot User

Robot Users, also known as Technical Users, are capable of performing tasks that require particular backend system authorizations. Robot users are assigned to the process definition to execute an automation workflow.

To create a robot user, navigate to **Management >** **Security >** **Robots**

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FPNxOsMGsaZR6kPEcb83v%2Fimage.png?alt=media&amp;token=4ca3cdfb-701c-4bfe-9c9e-cab9f7bacda9" alt=""><figcaption><p>Figure 1: Management Menu in IT-Conductor</p></figcaption></figure>

Give the new technical user a descriptive name related to the procedure that it will be used for. In this case, the name will be SystemStartStop.&#x20;

Click on the "+" icon to finish.

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2F4wmlJpx57YpArBtW56Ph%2Fimage.png?alt=media&amp;token=2e9a2b7d-1390-4196-bcff-8f88af353805" alt=""><figcaption><p>Figure 2: Create a Technical (Robot) User</p></figcaption></figure>

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2F7XMBg0CfgRxndUS0gxfT%2Fimage.png?alt=media&amp;token=09e3f060-4044-4f63-8b85-31b5107e369f" alt=""><figcaption><p>Figure 3: List of Robot Users</p></figcaption></figure>

### Associate Robot User to Account User

The next step after creating a robot user is to create a robot account. An IT-Conductor robot account should be created and associated to the application/DB/OS users with assigned privileges to execute the local action on the system.

First, navigate to the "Accounts" option in the system grid.

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FloqDHnPMuqma3Dk9FuQJ%2FSystemGrid.png?alt=media&amp;token=d9fb19df-0983-4f16-a6d5-7ba9fa2cd4b8" alt=""><figcaption><p>Figure 4: GRQ System Grid</p></figcaption></figure>

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FfXTKxTZFOeBo1nnLR0xw%2FAccount.png?alt=media&amp;token=52824526-e37a-4d56-9794-fcac26c40d1e" alt=""><figcaption><p>Figure 5: GRQ System's Accounts</p></figcaption></figure>

Click on the "+" icon and fill in the required attributes.

On the "Person" attribute, be sure to select the Robot User. Then click on the finish button to save.

The Client/User attributes are used for SAP accounts. A Robot account (or a regular user account) can have multiple accounts associated to interact with multiple systems.&#x20;

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2F0HaUpeoF5mSUhoE6RT5S%2FSAP%20System.png?alt=media&amp;token=3df30387-9b4c-47ff-880e-0071e41a97a8" alt=""><figcaption><p>Figure 6: Assign Robot User to Account</p></figcaption></figure>


---

# 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.itconductor.com/~/changes/j1RdUn49WBcajmJEmXUf/users-guide/automation/start-stop-automation/robot-user.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.
