> For the complete documentation index, see [llms.txt](https://aatkit.gitbook.io/android-integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aatkit.gitbook.io/android-integration/advanced/child-directed-support.md).

# Child-directed Support

As a publisher, you can indicate whether you want AATKit to treat your content as child-directed while making an ad request.

If an ad network doesn't participate in Google's Families Self-Certified Ads SDK Program, AATKit will skip this network while requesting ads.

#### To enable child-supported requests, call the following API:

{% tabs %}
{% tab title="Java" %}

```java
AATKit.setIsChildDirected(true);
```

{% endtab %}

{% tab title="Kotlin" %}

```kotlin
AATKit.setIsChildDirected(true)
```

{% endtab %}
{% endtabs %}

#### List of ad networks participating in Google's Families Self-Certified Ads SDK Program

| Networks participating |
| ---------------------- |
| AdMob                  |
| Google AdManager (DFP) |
| InMobi                 |
| IronSource             |
| Kidoz                  |
| SuperAwesome           |
| Unity                  |
| Vungle                 |
