> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/streamlog/streamlog-user-documentation/quick-start-guide/appendix/user-administration.md).

# User Administration

StreamLog contains many different user types with varying levels of access to various features within the software. There are three types of user rights— Administrator, Project Manager and Engineer.

The table below indicates the actions and the level of user required.

<table data-header-hidden><thead><tr><th width="313"></th><th width="147"></th><th width="166"></th><th></th></tr></thead><tbody><tr><td><strong>Action</strong></td><td><strong>Administrator</strong></td><td><strong>Project Manager</strong></td><td><strong>Engineer</strong></td></tr><tr><td>Create/Edit/Delete Project</td><td><img src="/files/mryu3uz7bcuDPM5jlNi2" alt=""></td><td><img src="/files/54K1h5etJjvtWfPjxHwE" alt=""></td><td></td></tr><tr><td>Add/Delete Project Manager</td><td><img src="/files/CWDGw9Bzy0ZsQ5rlxQTE" alt=""></td><td><img src="/files/dSmMmyBgtiGKyl0tD4GQ" alt=""></td><td></td></tr><tr><td>Add/Delete Engineer</td><td><img src="/files/RbFe4jSH31PYNEWOlfjO" alt=""></td><td></td><td></td></tr><tr><td>Add/Delete Data Logger</td><td><img src="/files/SxTWOn9Bj1tN8GKm6VDC" alt=""></td><td></td><td></td></tr><tr><td>Add/Delete Vehicle</td><td><img src="/files/3QbC0dYaOYismDFWzn0v" alt=""></td><td></td><td></td></tr><tr><td>Assign an Engineer to a Project</td><td><img src="/files/9zaGAwWcML9eVisqvfue" alt=""></td><td><img src="/files/LKDQeDYs3za3StZ8pInW" alt=""></td><td></td></tr><tr><td>Assign a Data Logger to a Project</td><td><img src="/files/XkeIFzwYVi1f38sdCBtf" alt=""></td><td><img src="/files/UFzVhn0tHxqEmRmYQp5e" alt=""></td><td></td></tr><tr><td>Assign a Vehicle to a Data Logger</td><td><img src="/files/7nb2RyzgY9wlJ3UyHTgT" alt=""></td><td><img src="/files/hncusSRNPxWtBp83mqxe" alt=""></td><td></td></tr><tr><td>Add a Data Logger to a Configuration</td><td><img src="/files/yeOs2uVPKtx6fLuq629Z" alt=""></td><td><img src="/files/jHI52PWIC0CeD8SUBP5J" alt=""></td><td><img src="/files/7NKwD1H8WcupYc1XI7l7" alt=""></td></tr><tr><td>Remove a Data Logger from a Configuration</td><td><img src="/files/ewzohTZB7TPDuUTAH51t" alt=""></td><td><img src="/files/17EiwKTReJoqzY4ZLWOO" alt=""></td><td><img src="/files/eOWNSXuoIK8WqUnuunrC" alt=""></td></tr><tr><td>Add a Configuration to a Project</td><td><img src="/files/TeLYG7t2pnGPT0r4vSlB" alt=""></td><td><img src="/files/nYjeekHx665rd88PuWu0" alt=""></td><td><img src="/files/K1NdpAGwXrQCPXPfYDw9" alt=""></td></tr><tr><td>Remove a Configuration from a Project</td><td><img src="/files/Micy6cn8mBzaG6BHM6nJ" alt=""></td><td><img src="/files/3iIOwg5E51J4BTqEXX0l" alt=""></td><td><img src="/files/pGyZGLgDuLYwGN4It7Eo" alt=""></td></tr><tr><td>Read an IVD file</td><td><img src="/files/snQxbpencRptjOmfsObR" alt=""></td><td><img src="/files/Tpgo9Qp47CDKp6NXncZy" alt=""></td><td><img src="/files/nvLwdlYmKxNjIezvFBKM" alt=""></td></tr><tr><td>Delete an IVD file</td><td><img src="/files/jmRZUp7U8vDXZVBpjfr8" alt=""></td><td><img src="/files/NOtzSi84agclcZ4Vcubr" alt=""></td><td><img src="/files/Zw7V8k15VE1ZGIcpTw93" alt=""></td></tr></tbody></table>


---

# 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.influxtechnology.com/support_guides/streamlog/streamlog-user-documentation/quick-start-guide/appendix/user-administration.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.
