Skip to content

How These Pages Stay Accurate

Who publishes the Aimusicis documentation, which statements are checked against the code that runs the service, what is produced at render rather than written, and how to report an error.

Aimusicis is operated by the team reachable through the contact page and at support@aimusicis.com. This page explains how the documentation and the tool pages are kept true, because a claim a reader cannot check is worth less than a number they can.

Numbers are pinned to the code that charges them

Every figure on the pages below is compared, by an automated test, against the configuration the service actually runs. If a price, a credit cost, an upload cap or a quoted error message changes in the code and the page is not updated, the test fails and the site cannot be built.

The same discipline applies to the pricing page: a card may list only rights the plan-rights table grants, every plan's stated generation count must equal what its credits buy, and no page may claim a commercial-use licence, because the service does not issue one — see Commercial rights availability.

Some passages are produced, not written

A few sections are generated from the site's own catalogues at build time, so they cannot drift from the source they describe:

  • The "How many credits does this use?" answer on each tool page comes from the credit table.
  • The related-tools links, the tool index on each hub page, and the middle step of every breadcrumb come from the tool-cluster catalogue.
  • Every page's markdown twin (.md) is serialised from the same content as the HTML page.

What is deliberately not claimed

The pages avoid statements the code cannot back: there is no commercial-use licence, no invented download cap, no round-the-clock support promise (support is staffed on business days), and no testimonial without a verifiable source.

Reporting an error

If a statement disagrees with what the product does, use the contact page and name the page. Corrections change the source, so the fix reaches every locale and the markdown twin together.