# Navigating the Projects List

## Navigation components

The Project List enables detailed project search by using a combination of components like filters, sorting options, and a search bar. They can be used simultaneously, for example, the projects can be filtered to show only conversion projects, sorted in ascendant order, and then a search by name can be performed on those specific projects.&#x20;

Find a list below of all the navigation components available:&#x20;

### Sort by

Projects can be sorted by name or date in a descendant or ascendant order.&#x20;

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

### Filters&#x20;

Projects can be filtered by:

#### Project Type:

* Code from templates
* Code from scratch
* Conversion&#x20;
* Assessment&#x20;
* Extraction

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

#### Shared:

* My projects
* Shared with me

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

#### Language or Platform:

* Teradata
* Oracle
* SQL Server
* Scala&#x20;
* Python

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

### Search bar

Search by project name or combine it with the filters to get more detailed search results. <br>

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


---

# 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.gapvelocity.ai/blackdiamond-studio-or-mobilize.net/blackdiamond-studio-documentation/bds-portal/projects-list/navigating-the-projects-list.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.
