> For the complete documentation index, see [llms.txt](https://kine.gitbook.io/kine-docs-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kine.gitbook.io/kine-docs-portal/help-center/adding-google-authenticator.md).

# Adding Google Authenticator

Step 1: Select the "Profile" icon at the top left corner to enter the "User Center", then choose "Security Settings".

<figure><img src="/files/rVrweofM1MUeiAqieYOK" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/M6d1E3vXcwqEjCVu0Ej1" alt="" width="389"><figcaption></figcaption></figure>

Step 2: Select "Google Authenticator".

<figure><img src="/files/k7j0uWkF0wvX5KhzVjas" alt="" width="403"><figcaption></figcaption></figure>

Step 3: In the "Google Authenticator" app, enter the "Key" or "Scan the QR code", then after successfully adding it, enter the "Verification Code".&#x20;

In the Google Authenticator app, tap on the "+" icon at the top right corner (for Android, tap on the bottom right corner), then enter the key or scan the QR code. After successful addition, you will receive a set of valid verification codes. Please input them before the time limit expires.

<figure><img src="/files/mOqwtu0SDUpp69v9BZ0K" alt="" width="398"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kine.gitbook.io/kine-docs-portal/help-center/adding-google-authenticator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
