# Enable GraphQL traffic

## Motivation

By default, Link11 WAAP will block GraphQL traffic, for two reasons:

1. The size of the argument
2. [Content Filter Rule](/console-walkthrough/security/content-filter/rules.md) number **600110**, which contains this *Match* string: `([$@{}()\[\]].*){8,})`

## Enabling GraphQL traffic

To allow GraphQL traffic, create a [Content Filter Profile](/console-walkthrough/security/content-filter/profiles.md) with:

1. An *Argument Max Length* that will accommodate the maximum size of the queries
2. This tag in the *Ignore Content Filter Tags* list: `cf-rule-name:600110`

Then assign this Content Filter Profile to the location (i.e., the site or path) of the GraphQL queries via an appropriate [Security Policy](/console-walkthrough/security/security-policies.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://waap.docs.link11.com/using-the-product/how-do-i.../enable-graphql-traffic.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.
