> For the complete documentation index, see [llms.txt](https://bigstart.gitbook.io/copytag-tags-to-metafields-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bigstart.gitbook.io/copytag-tags-to-metafields-app/jobs.md).

# Jobs

The app is based on jobs. Every job can copy one or more tags to one or more metafields.&#x20;

Depending on your plan you might be limited to having a specific number of jobs.

In general your jobs list might look like this:

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

or this:

<figure><img src="/files/5fQOc8RylZ7EhAzPVwER" alt=""><figcaption></figcaption></figure>

### Jobs information

For every job, you have the following information and actions:

* General status: activated or deactivated
* Job status: done, running, failed, scheduled, pending
* Activate trigger (will run the job imidiately)
* Edit button
* Delete button

### Job status

The status states are: done, running, failed, scheduled, pending.

* done: means that the job was actived and it is completed
* running: means that the job is currently running
* failed: means that the job didn't finish sucessfully
* scheduled: means that the job is scheduled and it will be triggered in the future
* pending: means that is a new job that is scheduled and didn't run yet

Multiple jobs can run at the same time.


---

# 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:

```
GET https://bigstart.gitbook.io/copytag-tags-to-metafields-app/jobs.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.
