# Typeform

When creating Typeform Oauth2 application (<https://admin.typeform.com/account#/section/apps>), you can choose between access tokens that do expire in a week and access tokens that do not expire.

![Token expiration settings.](/files/bpfGgIgcNtHUbDD6pHVg)

The token expiration is new in Typeform. Appmixer components before version 4.2 cannot handle it.

If you're registering the Oauth application for version 4.2 or newer, you can decide if you want to use tokens that do expire or not. If you decide to go with *Unlimited* then you don't have to set anything in the Backoffice, it is the default behavior. On the other hand, if you want to use tokens that expire, you have to go to the Backoffice and set the *useRefreshToken* to `true` for the `appmixer:typeform` service.

![](/files/ilWLUOANTa20jcv0EZmn)

Then you can use the One Week configuration.

![](/files/LzUoGmlsi0sFRYMUWzNC)


---

# 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.appmixer.com/6.0/6.1/app-registration/typeform.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.
