# Definitions

| Term               | Description                                                                                                                                                 |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Base URL**       | The root URL for accessing the cNGN API, from which all endpoints are derived.                                                                              |
| **API Key**        | A unique identifier that allows access to the cNGN API, ensuring secure communication.                                                                      |
| **Encryption Key** | A cryptographic key used to encode request data, ensuring that only authorized parties can decode and access the information.                               |
| **SSH Public Key** | The public part of an SSH key pair you generated, used to securely authenticate a client or user without transmitting sensitive information like passwords. |
| **SSH Secret Key** | The private part of an SSH key pair, kept confidential by the user to securely connect to servers or services that recognize the corresponding public key.  |


---

# 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.cngn.co/introduction/overview/definitions.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.
