> For the complete documentation index, see [llms.txt](https://docs.cloudcyte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudcyte.com/admin-guide/home/shadow-it.md).

# Shadow IT

Shadow IT is the use of IT-related hardware or software by a department or individual without the knowledge of the IT or security group within the organization. It can encompass cloud services, software, and hardware. The CyberCyte portal will detect "Shadow IT" and allow users to manage it.

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

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

The CyberCyte portal can provide various analyze types for "Shadow IT", users can filter the analysis types and observe the results. The grid can be extended by selecting additional columns.

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

The users can click on the "+" button to add the artifacts by their name, this action allows users to whitelist their infrastructure. Also, if users click on the three dots on the right side of the grid, some options can be executed. Users can also delete the applications or packages, upgrade the system, and other remediation actions.

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

To summarize, users can observe their "Shadow IT"'s, after that, they can do whitelisting or execute remediations immediately on the portal.


---

# 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.cloudcyte.com/admin-guide/home/shadow-it.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.
