# Add New Anime

Adding a new anime title to **AniDB** is the first and most crucial step in expanding the database. It ensures that the anime, OVA, or anime movie becomes discoverable and properly linked across related databases like **SIMKL**.

This guide focuses specifically on how to **add new anime titles**, while other information like **episodes, staff, tags, and alternative names** is covered in the detailed documentation linked below.

{% content-ref url="/pages/juTLtESY6b7HK8OKXaX9" %}
[AniDB - For Anime](/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl/anidb-for-anime.md)
{% endcontent-ref %}

<figure><img src="/files/8AqhX9slZZhxi3QT3co5" alt=""><figcaption></figcaption></figure>

## Where to Add a New Title

You can add new titles directly on the **AniDB Add Anime** page.

#### Direct Link:

* <https://anidb.net/anime/add>
* <https://anidb.net/perl-bin/animedb.pl?show=addanime>&#x20;

<figure><img src="/files/LBHWbaPNWxfFX9LB2Ayg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/IBQ9hUlJSDeZ0twJS4xe" alt=""><figcaption></figcaption></figure>

***

### Step 1: Check if the Title Already Exists

Before submitting a new title:

1. Go to [AniDB’s main page](https://anidb.net/).
2. Use the search bar to look for your anime title (try both Japanese and English spellings).
3. Confirm that the show isn’t already listed.
4. If it exists, you can instead **edit** or **update** the existing entry instead of creating a duplicate.

***

### Step 2: Fill in Basic Details

Once confirmed that the anime doesn’t exist, open the **Add Anime** form and fill in the required information.

#### Required Fields:

| Field                      | Description                                                                                                                                       |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Anime Title**            | The **official title** of the anime in Latin script. Follow AniDB’s naming conventions (e.g., *Attack on Titan* instead of *Shingeki no Kyojin*). |
| **Language**               | Select the anime’s original language (e.g., Japanese, Korean, Chinese).                                                                           |
| **Aired/Released**         | Enter the year or release date for the first broadcast or premiere.                                                                               |
| **Type**                   | Choose between TV, OVA, Movie, Special, etc.                                                                                                      |
| **Episodes**               | Add the number of planned or released episodes.                                                                                                   |
| **Description (Synopsis)** | Write a **short overview** of the series (avoid spoilers or copied text).                                                                         |
| **Image**                  | Upload a valid cover/poster image (JPG or PNG).                                                                                                   |
| **Links (Optional)**       | Add official or verified URLs (website, streaming platform, or social media).                                                                     |

***

### Step 3: Follow Naming Conventions

Consistency is crucial. AniDB moderators will review every submission to ensure it follows standard rules.

> **Naming Guidelines for Titles**
>
> * Use **Latin script** for the main title (e.g., *Attack on Titan*).
> * Include the **original language title** separately (e.g., *進撃の巨人*).
> * Capitalize properly: e.g., “Kimi no Na wa” not “Kimi No Na Wa.”
> * Check official sources like **ANN (Anime News Network)** or studio websites for correct spellings.

***

### Step 4: Submit for Review

Once the information is complete:

1. Double-check all fields for accuracy.
2. Click **“Submit”** to send the new title for moderator review.
3. Moderators will verify the accuracy and approve or reject the entry based on:
   * Title correctness
   * Duplication
   * Description and metadata completeness

> ⚠️ Approval may take time for popular or newly released titles. Be patient and ensure your information follows guidelines.

***

### Example Case

**Anime Title:** *Blue Lock: Episode Nagi*\
**Language:** Japanese\
**Type:** Movie\
**Released:** 2024\
**Episodes:** 1\
**Description:** “A spin-off story following Seishiro Nagi’s perspective during the Blue Lock project.”\
**Links:**

* Official site: <https://bluelock-pr.com/>
* Twitter: <https://x.com/BLUELOCK_PR>

***

### After Adding the Title

Once your title is approved, you can later:

* Add **episodes** with air dates and runtimes
* Add **alternative titles** (English, Romaji, etc.)
* Add **tags and genres** for categorization
* Add **staff and studio credits**

For detailed steps on these sections, visit:

> 📘 [Adding, Editing, and Reporting Anime Entries on AniDB](https://docs.simkl.org/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl/anidb-for-anime#why-simkl-uses-anidb-for-anime-data)

{% content-ref url="/pages/YGuayWNSgqBWwfWYX60K" %}
[How to add new shows, missing episodes and movies to Simkl?](/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl.md)
{% endcontent-ref %}


---

# 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://docs.simkl.org/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl/anidb-for-anime/add-new-anime.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.
