# Twitter module

### Getting the Consumer key, Consumer secret, Access token, Access token secret.

1.Go to <https://dev.twitter.com/apps> and click `Create a new application` (If you do not have an account Twitter, you first need to create it):

![](/files/-M4yHlPxYuGVaTyGAt1g)

2\. On the page `Keys and Access Tokens` of your application find `Consumer Key` and `Consumer Secret`:

![](/files/-M4yI5sIB9lkFxvwiHSb)

3\. At the bottom of the page, click `Create my access token` to generate `Access token`, `Access token secret`:

![](/files/-M4yIQqAlCayg6TpCAtg)


---

# 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://ce-docs.keywordrush.com/modules/content/twitter.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.
