# API Key

### Token connected to the platform

* When using Server functions or applying platform APIs, you need to generate a set of API Keys first.
* Multiple sets of API Keys can be created within the account. If your API Key is lost or obtained by others, you can regenerate it on the platform.
* The regenerated Key needs to be re-paired with the Server, and the script part needs to be redeployed
* Click API Keys

  * Create a set of API Keys

  <figure><img src="/files/VCAPdeYgXeTnU0yJMHZF" alt=""><figcaption></figcaption></figure>

  * Give this key a name

  <figure><img src="/files/a1UmiIHIrIsZMj38uFNA" alt=""><figcaption></figcaption></figure>

  * Please note that the generated information will be saved and will not be displayed a second time.

  <figure><img src="/files/vZTLkAVO9PfjBToIczZ5" alt=""><figcaption></figcaption></figure>


---

# 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://guide.synertechnet.com/english/2.-function-column-description/api-key.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.
