> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/wgtransifex-module-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/wgtransifex-module-tutorial/2administration/resources.md).

# Resources

## 1. Overview

![](/files/-MD5vPFY075CDtsb9evR)

*Figure 4a: Resources projects list (Admin side)*

In this tab you can see list of projects where resources are already existing.

For more details about 'Status' please look on page [Status](/wgtransifex-module-tutorial/2administration/status.md)

![](/files/-MD5vO1E1PxGCLzsZHZS) you can show resources of this project

## 2. List of resources

![](/files/-MD5vPFZUNoqo0H9iwZs)

*Figure 4b: Resources List (Admin side)*

Here you see a list of existing resources of selected project.

![](/files/-MD5vO1B_a4-5hILssmg) you can read details this resource from transifex

![](/files/-MD5vO1CrwNLyDO8T_sB) you can edit details of the resource

![](/files/-MD5vO1D7ErcCjnqwIee) you can delete the resource

## 3. Name of a resource

The name of the resource contains the full path, starting from base directory. Brackets and - defines the folder structure.

The base directory is define by project type (see also [Projects](https://github.com/XoopsDocs/wgtransifex-tutorial/tree/ebcec14f6d8bba5fdd17c7431179d68751ed11bb/2administration/2administration/projects.md)).

Examples:

* Project type 'Upload from module':

  The base directory for module language files is the folder 'languages' in the module directory. The folder name is defined by your language (e.g.'german'). If resource name is 'admin.php' then this resource will be saved as 'admin.php' in folder 'german'. If resource name is '\[mail\_template]global\_alb\_approve\_notify.tpl.txt' then this resource will be saved as 'global\_alb\_approve\_notify.tpl' in folder 'german/mail\_template/'.

  Therefore you can copy this folder directely into your module language folder.
* Project type 'XOOPS Core':

  The base directory for XOOPS Core language files is the root folder (e.g. (htdocs'). If resource name is '\[language-yourlang]user.php' then this resource will be saved as 'user.php' in folder 'htdocs/language/german/'. If resource name is '\[modules-system-language-yourlang]admin.php' then this resource will be saved as 'admin.php' in folder 'htdocs/modules/system/language/german/'.

  Therefore you can copy this folder directely into your root folder.


---

# 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://xoops.gitbook.io/wgtransifex-module-tutorial/2administration/resources.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.
