# Example RC file for workloadmgr CLI

```
unset OS_SERVICE_TOKEN
    export OS_USERNAME=user
    export OS_PASSWORD='password'
    export OS_REGION_NAME=RegionOne
    export OS_AUTH_URL=http://10.10.2.3:5000/v3
    export PS1='[\u@\h \W(keystone_user)]\$ '

export OS_PROJECT_NAME=user_project
export OS_PROJECT_ID=c76b3355a164498aa95ddbc960adc238
export OS_USER_DOMAIN_NAME=Default
export OS_PROJECT_DOMAIN_NAME=Default
export OS_IDENTITY_API_VERSION=3
```


---

# 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.trilio.io/openstack/tvo-4.0/troubleshooting/example-rc-file-for-workloadmgr-cli.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.
