# How to add Project

## How To Create a Project

Login as Project Administrator and select OIA (Ops Intelligence & Analytics) application. The Projects view is displayed. Click on 'Add Project'.&#x20;

Enter the project details.

![Add Project](https://lh4.googleusercontent.com/2qJUZTPuHS24Lg4M7yrewNa1215aKR1auwld0ctuQIC7jN0_zNpC_Rln7V3LpOsU5KT5OTRICuyTgSPWuW-bJ52dyNIb7dSnIM9d09503m_PZr_AefxRJ8KlWaVW0zWU3HZhASk7)

From above ‘Add Project’:

1. Enter Name for the Project
2. Enter Project Description
3. Enter Fully Qualified Domain Name (FQDN)&#x20;
4. Enter the number of incidents that could be created within the time period. For example in the above figure, 3 incidents to be created for 5 Minutes. This is to avoid unnecessary load on the system. If more incidents are created then they will go into the ‘Throtting’ stage. The incidents that are moved to Throttling needs to be manually processed by the user.
5. Enter the number of Minutes, Hours or Day for the time period within which the above mentioned number of incidents can automatically run and fetch the data. An example is to create 3 incidents within 5 Minutes and the user enters 5 in this field.
6. Select MINUTE, HOUR or Day and this combined with the above field will define the time period. For above example, the user selects MINUTE
7. Throttle Incident after (time in minutes) - Enter the number of minutes a job can run before it is moved to throttled stage. As an example, if a job takes more than 15 minutes in pulling the information and to avoid any performance bottlenecks, the user can enter 15 in this field. Within 15 minutes, the job is not completed, then the job is moved to the throttled stage and can be completed later (when there is no other load on the system).

Click ‘Next’.

1. In the next view, it will collect incident purge settings so that unused incidents are archived after a certain time (in days). The view is as displayed below.

![Create Project - Purge Settings](https://lh3.googleusercontent.com/ehPqRB2yE7b9NZ2AtPY9aOuFGQG2prtGapMkqkRp0Iq-xJc2tavKUfEULy1-RON8gzI7Mkb_BYTY3nIy3GN9Qnr_-agUdV3F_KPuIGpZwNZ-Dl-aEh8hN8hGs8564J_B5l45K46b)

Auto archive incident in days - after the entered days, the incident is moved to archive and can be accessed from incident archive.

1. Auto delete incident data in days - after the entered days, the incident data is automatically deleted&#x20;
2. Auto delete incident - after the entered days (say in 365 days), the incident is automatically deleted.

&#x20;   Click ‘Next’.\
&#x20;    In this view, select all the data sources applicable to the project and click on ‘Finish’.    &#x20;

![Add Project - Select DataSource](https://lh5.googleusercontent.com/rTM6p7tdyxGJawDlTLXbTrj1ZGjh8HIe__JNQ3Ft7YMiNsH_idWd93EAxAjU-QpO5J7x5SkAll8YF4wlVrNGfN5MiiX9f_r9GUzyeNWInon65AuTWA-WKJbSTVYYD-YQmRfBerdA)

Once the project is created, it will be in an inactive stage and will move to the Active stage once background processing is completed. <br>

Once the project is in ‘Active’ mode, the user can click ‘open’ displayed on the project to navigate into the project.<br>

Once Project is created, it needs configuration before users can start working on Alerts and Incidents. Click [here](/admin-features-guide/projects/configure-project.md).


---

# 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://oiadocs.cloudfabrix.io/admin-features-guide/projects/how-to-add-project.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.
