> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apiyi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Does an Agent Mini-Program Need Algorithm Filing?

> A mini-program built on large models usually needs algorithm filing. This page shares the general process and practical tips.

## Short Answer

If your mini-program is built on large model capabilities, you usually need to complete algorithm filing according to platform and regulatory requirements. The process and required materials are publicly available, and you can submit the application following the official steps.

With prepared materials, the review usually finishes within 1-2 business days after submission.

## A Practical Reference

We collected a public walkthrough that covers everything from preparation to submission:

<Info>
  Reference article: `mp.weixin.qq.com/s/S4vSooHIhKQUDeQ4tVrWbg`
</Info>

## Practical Tips

* **Preparation**: Document the mini-program features, model type, data sources, and user scenarios
* **Submission**: Fill in the algorithm description using the official template and submit through the right platform
* **Review**: Typically completed in 1-2 business days
* **After approval**: Add the required filing labels inside the mini-program per platform rules

<Tip>
  **Tip**: The hard part of filing is the documentation and scenario description, not the code. Clear writing usually leads to a smooth one-pass review.
</Tip>

## Not a Developer? That's Okay

Filing is mostly about process and writing:

* The flow and writing take the bulk of the work
* Coding is a small portion
* Once materials are ready, an engineer can finish the rest

## Related Questions

<CardGroup cols={2}>
  <Card title="Content Safety" icon="shield" href="/en/faq/content-safety">
    Compliance guidance for large model content.
  </Card>

  <Card title="Data Security" icon="lock" href="/en/faq/data-security">
    Notes on user data storage and privacy.
  </Card>
</CardGroup>
