# Creating a Project

Creating an AI project on the Seclea Platform using the Web UI is a simple and intuitive process, allowing you to start managing and monitoring your AI initiatives with ease. To begin, simply log in to the Seclea Web Portal ([https://platform.seclea.com](https://platform.seclea.com/home)) and navigate to the "Create Project” (as shown in the video below) section. Here, you'll be prompted to input essential project details, such as the project name and description, to facilitate efficient organisation and searchability. Once you've completed these steps, the platform will automatically generate a project for you, and you can then use the project name in your Python-based AI workflows using the `seclea-ai` API.&#x20;

{% embed url="<https://youtu.be/CuyejgyxDxs>" %}
Creating a new project on the Seclea Platform.
{% endembed %}

By creating an AI project on the Seclea Platform, you'll gain access to a comprehensive suite of management, monitoring, and compliance tools, ensuring your project's success and adherence to global AI regulations and best practices.


---

# 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://documentations.seclea.com/seclea-user-documentation/seclea-web-ui/creating-a-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.
