> For the complete documentation index, see [llms.txt](https://docs.revert.finance/revert/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revert.finance/revert/technical-docs/auto-range.md).

# Auto-Range

### How to activate a position

To setup a position it needs to be approved for the Auto-Exit contract with `setApprovalForAll` and the method `configToken()` must be called.

`setApprovalForAll` is mandatory here because it is the only way that the newly created positions are approved automatically.

### How to remove a position

Call the `configToken()` function with all values set to default.

##
