# DTS Website Management

## Basics

An issue will appear on the [*Projects*](https://austinmobility.io/projects) or [*Products*](https://austinmobility.io/products) pages if it:

* Has a "Product: xyz" or "Project: xyz" name
* Has the "Product Index" or "Project Index" label

## Tiles

Each project or product is rendered as a tile using content from the index issue:

<figure><img src="https://471532499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDGg7hKQ_fUjXnzGGx%2Fuploads%2FjKzr7RcoKun1eHowJxHo%2FDTS%20Website%20-%20Tiles%20Components.png?alt=media&#x26;token=3c8b247f-c9e9-4b30-9eec-049fc1027169" alt=""><figcaption><p>Various Github content is used for the project/product "tiles"</p></figcaption></figure>

## Issues and activity

All issues with the `Product:` label for a given product will be rendered on the **Issues** tab ([example](https://austinmobility.io/products/145?tab=issues)) and all comments on the project/product Index issue itself will show on the **Activity** tab ([example](https://austinmobility.io/products/145?tab=activity)).&#x20;

## Evaluation

In order for the **Evaluation** tab ([example](https://austinmobility.io/projects/307?tab=evaluation)) to render correctly, the project must have an evaluation completed in the [DTS Portal](https://atd.knack.com/dts#project-evaluation/).&#x20;

Once an issue is labeled `Project Index`, it will automatically be added as a [project in the DTS Portal](https://atd.knack.com/dts#project-evaluation/).&#x20;

If your project is not listed in Knack, the ETL may not yet have run. You can manually create a new entry in Knack, just make sure you provide the correct github issue # when creating the entry. The ETL will overwrite any project name you supply manually.&#x20;

![You can manually create a project if your project is not listed](https://471532499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDGg7hKQ_fUjXnzGGx%2Fuploads%2FdezRZpaXmsnQXFm5lqAR%2FScreen%20Shot%202021-11-01%20at%207.49.16%20PM.png?alt=media\&token=5ed17fc7-ed5d-4c40-9b2a-59ec74d2a907)

### Evaluating effort

Product Managers work with builders—the Apps, Dev, Data Science, or Geo teams—to assess the level of effort for a project.&#x20;

### Evaluating value

A project's predicted value is added to the [Product Sync agenda](https://docs.google.com/document/d/1SA3iEyfiBlnxgx2miYn5EncVeUrQyOtUfAk-93574z8/edit#heading=h.o10gj6a8so5p) so that the Product team can review it as a group and determine a score together.&#x20;


---

# 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://atd-dts.gitbook.io/wiki/product-ops/dts-website.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.
