# View Projects

After you create a project, you are redirected to the project "details" page, containing all the information about your project.

Your project home page URL will be at the top:

![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-f832ca41f2cdb4268320043db22682779fd4fcf7%2Fview-project-1.png?alt=media)

It is usually like <https://five.epicollect.net/project/my-awesome-project>

The last part `/my-awesome-project` is your project slug. A project slug is a web-friendly version of your project name, where all the spaces are converted to dashes (`-`) and the letters are all lowercase. This is a convention for URLs all over the web. Since each project gets its own URL, **your project name cannot be the same** as any other projects on Epicollect5.

{% hint style="danger" %}
Projects with the **EC5** prefix are projects created by the Epicollect5 Team only therefore the prefix **EC5** is reserved.
{% endhint %}

Going to your project homepage, this is how it would look like:

![](https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-c71690aae4c992809a00fd2d4d109062b950ea28%2Fview-project-2.png?alt=media)

At a glance, you can see:

* Your project logo
* Your project's small description
* Approximated total of entries collected\*
* Date of last entry uploaded
* Your project's full description

{% hint style="warning" %}
The "**≈" (tilde) sign** shown on the project homepage indicates that the entry count is **approximate**. This is intentional, as showing an exact number on the homepage for every project would place unnecessary load on the system.&#x20;

For the **precise count of entries**, please check the **Data Viewer**, which always displays the actual number of records uploaded at the top right.
{% endhint %}

To view your data, click on "View Data". [More on viewing data.](https://docs.epicollect.net/web-application/viewing-data)


---

# 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.epicollect.net/web-application/view-projects.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.
