# 1. Create an application in Typeform

In your Typeform account, go to **My Account** > **Developer Apps** > **Register a new app**.

When registering the new app:

* [ ] **App Name:** Workato
* [ ] **App website:** <https://www.workato.com>
* [ ] **Redirect URI(s):** <https://www.workato.com/oauth/callback>

Click **Register app**.

You will now see the **Client ID** for this App. Open up the new App and generate a new Client Secret. Keep this in your clipboard so you can paste it in the next step.


---

# 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.slapfive.com/integrations/typeform/1.-create-an-application-in-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.
