> For the complete documentation index, see [llms.txt](https://docs10.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs10.xenioo.com/actions-and-operations/flow/xenioo.bots.actions.base.setnlpcontextaction.md).

# Set Context Action

This operation will alter or clear the current [NLP conversation context](/ai/intents.md#context). Different contexts may alter the conversation flow, depending on the context filter configured on your NLP intents.

![](/files/-Lg2dYeWfrrx_6zsP1MV)

### Settings

The action uses the following settings:

| Setting | Description                                  | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ------- | -------------------------------------------- | ---------------------------------------------------- |
| Context | The name of the context that needs to be set | :white\_check\_mark:                                 |

### Remarks

Using this action also resets the context expiration counter that may have been set by the [automatic context](/ai/intents.md#context) execution.

### Trigger

This action has no triggers.

### Variables

This action produces the following variables after being triggered:

| Variable              | Description                  |
| --------------------- | ---------------------------- |
| conversation\_context | The new conversation context |

### Availability

Channel specific availability follows the table below:

| Channel          | Availability     |
| ---------------- | ---------------- |
| Facebook         | Fully Available. |
| WhatsApp         | Fully Available. |
| Telegram         | Fully Available. |
| Web              | Fully Available. |
| Alexa            | Fully Available. |
| Google Assistant | Fully Available. |
| Slack            | Fully Available. |
| API              | Fully Available. |

This action can be used only inside interactions and not as child of other actions. Any account can use this action regardless of [subscription level](/basic-concepts/your-account/the-free-plan.md).

### Further Reading

{% embed url="<https://www.xenioo.com/en/using-nlp-to-fuel-your-chatbot-ai/>" %}
