# Sources management

In the initial view of the sources catalog, a list of all sources is displayed showing for each of them the following information:

* External Id (source)&#x20;
* Type (system)
* Status of the source (active/disabled)
* Timestamp of the last execution
* Status of the last execution
* Message

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/7BUNn9AfXRkjyFK1KMAF/image.png)

Clicking on the name of a source will take you to the details of that source.

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/pSYpYIzezHqsc0NrnyVQ/image.png)

#### Source configuration

On the Configuration tab you can view the information of the source and you will be able to edit the information, disable the source or delete it (menu on the right-hand side).

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/ypwBIOcDwquyiYCNXgw3/image.png)

If you don't need to update all the information, you can also just update a field by clicking on the pencil displayed when hoovering over the field:

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/E0MGFtPF149XwAlfvl1U/image.png)

#### Jobs information

On the Jobs tab you can see information of the jobs that have been executed on this source: time when it was executed, type of job, status.

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/33fhbU8TFP0WyeNslzqq/image.png)

Clicking on a job you will get details of that specific execution:

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/PAONijMdnZxsHIeZLj5Z/image.png)

#### Execute new job

You can request the execution of a new job on the 'New job' tab. Depending on the type of source and its connector you may have different type of jobs that can be executed: catalog, lineage, profiling.

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/yYvyEcCbXcCMR9KW2NmI/image.png)

Information on jobs can also be accessed from the main menu Administration > Jobs.

## New source

As an admin user you will have to create the sources from where the connectors will extract the metadata. To create a new source, go to Sources in the Admin module and click on the "New Source" button.

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/lAhMxHfLBD9UYv6im4KW/image.png)

The mandatory data to fill in for a system will be:

* **External ID:** Identifier used by connectors to load metadata. It must be unique within the application.
* **Type:** System where the metadata is going to be loaded in Truedat. Systems must have been created beforehand (see how to do this in the Systems section in [Data Catalog management](https://docs.truedat.io/administration/data-catalog-management)). Depending on the system you will need to enter some aditional information.

![](https://content.gitbook.com/content/tPZLjBmastIn9sM2Qlbc/blobs/PRekRxU8DyF3yEAejqEM/image.png)


---

# 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.truedat.io/administration/systems.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.
