> For the complete documentation index, see [llms.txt](https://tech-and-journalism-mechanism.gfmd.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech-and-journalism-mechanism.gfmd.info/tools-resources/tech-platforms/tiktok.md).

# TikTok

<div align="left"><figure><img src="/files/9tei9qssNX23EUgfnQtH" alt="" width="188"><figcaption></figcaption></figure></div>

### Enforcement policies&#x20;

[This page](https://www.tiktok.com/community-guidelines/en/enforcement/) outlines TikTok's policy on public interest exceptions, content moderation, and the process of detection, reporting, notice, and appeals. It explains that certain content, falling under categories such as: **Documentary Educational, Medical and Scientific, Counterspeech, Satirical,** and **Artistic**, may be allowed on the platform due to its public interest nature. The page includes TikTok's efforts to remove or review content that violates guidelines before it is widely viewed, and the procedures for reporting violations.&#x20;

Additionally, the page emphasizes transparency in enforcement through the [**Transparency Center**](https://www.tiktok.com/transparency/) and outlines the notification and appeals process for users who violate rules.&#x20;

If you receive a notification of a content violation or account ban and believe that it was done in error, then you can [**appeal the decision**](https://support.tiktok.com/en/safety-hc/account-and-user-safety/content-violations-and-bans#4)**.** You can view the [**status of your appeal**](https://support.tiktok.com/en/safety-hc/account-and-user-safety/content-violations-and-bans) in the in-app Safety Center, as well as the status of any reports you have filed about other content or accounts.

{% hint style="info" %}
[Here you can find general information](https://support.tiktok.com/en/safety-hc/account-and-user-safety/account-safety) regarding account security and verification process in TikTok.
{% endhint %}

{% hint style="danger" %}
To report a problem in Tiktok you can follow these steps:

1. In the TikTok app, tap Profile at the bottom.
2. Tap the Menu ☰ button at the top.
3. Tap Settings and privacy.
4. Tap Report a problem and select a topic.
5. Follow the steps in the app to fix the problem. If the suggested steps don't fix your problem, select No to the question "Is your problem resolved?", then tap Need more help? to contact us with further details.
   {% endhint %}

{% hint style="warning" %}
&#x20;If you don’t have access to your account you can [report a problem visiting this link](https://www.tiktok.com/legal/report/feedback).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tech-and-journalism-mechanism.gfmd.info/tools-resources/tech-platforms/tiktok.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
