> For the complete documentation index, see [llms.txt](https://docs.epicollect.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epicollect.net/web-application/view-projects.md).

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

![](/files/sCuYmzMt9caEwNFieAX6)

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:

![](/files/SlqjY4qOBMKUd574RcSp)

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.](/web-application/viewing-data.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.epicollect.net/web-application/view-projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
