> For the complete documentation index, see [llms.txt](https://synconics.gitbook.io/rest-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://synconics.gitbook.io/rest-api/connection/configuration.md).

# Configuration

A user which contains access rights to modify/manage settings in Odoo, he/she will be able to generate/re-generate other users' authentication key. After generation/re-generation of new authentication key, that user can send an email to the respected employee for which he/she has generated an authentication key

**Note**

1. Before start, make sure that you have given database filter for single database on which you are going to perform REST API operations.
2. To use REST API on Odoo, you will need to set the consumer key and secret for the OAuth application on the user account you want to use:

* Log in to your Odoo instance with an **administrator** account
* Go to **Settings** **‣** **Users** **‣** **Users**
* Click on the **user** you want to use for REST API access
* Click the **OAuth applications** button
* Register an **Application** you want to interact with your Odoo instance
* Click on **Save** button to generate **Consumer Key** and **Secret**
