# Contextual Awareness

Contextual awareness is the ability to assimilate an accurate interpretation of information based on the “environment” within which it is presented.

Context imbues meaning into sentences and defines high-level human processing. The context can change the meanings of terms and give insight into the essence of any message's purpose.

As it relates to artificial intelligence, contextual awareness is the ability of an AI model to extrapolate information on a situational basis that considers more variables that are visibly present, a process called inference, where the machine infers information that is not directly expressed.&#x20;

ChainGPT maximally benefits from the high degree of contextual awareness baked into its AI model, allowing it to understand requests based on the nature of the request rather than just the words used.

\---

[**Disclaimer**](/misc/legal-docs/disclaimer.md)


---

# 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.chaingpt.org/overview/learn-the-concepts/contextual-awareness.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.
