# Which content will be translated?

The component translates the most important Joomla content elements required for building and maintaining a multilingual website structure.

This includes categories, articles, and their related metadata. The goal is to ensure that both the visible frontend content and the essential SEO and structural information are available in all configured target languages.

The following content types are currently supported for automatic translation.

### Categories

For Joomla categories, the component translates:

* Title
* Description
* Meta Information

This ensures that category pages, category blogs, and category list views can be displayed consistently across all languages while maintaining their SEO relevance.

### Articles

For Joomla articles, the component translates:

* Title
* Full Content (Including complex YOOtheme Layout contents)
* Meta Information

This includes standard Joomla article content as well as content created with YOOtheme layouts, allowing a seamless multilingual workflow even for more advanced page structures.

### Custom Fields

{% hint style="danger" %}
**At the moment, custom fields are not translated automatically.** If your project uses Joomla custom fields for structured content, these values must currently be translated manually in the target language versions.
{% endhint %}


---

# 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://joomtastic.gitbook.io/joomtastic-docs/translate-content/which-content-will-be-translated.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.
