# Rozpoczynamy nowy projekt

Na ekranie startowym z menu po lewej stronie wybieramy **AI Chatbot** i **Projekty.**

![](/files/-Mee9E7sEpn2p2huZVgE)

a następnie zielony button **Nowy projekt**

![](/files/-MeeAXEpYbRT8v0yeSuU)

1. Zostaniesz poproszony o wpisanie podstawowych informacji o swoim projekcie takich jak: nazwa projektu oraz adres naszej strony, na której będzie działał Chatbot. Reszta danych zostanie automatycznie uzupełniona w domyślne wartości, których na tym etapie nie musisz zmieniać.
2. Po zapisaniu zmian pojawi się tabela, w której będzie widniał Twój nowy projekt.

Możesz edytować powyższe dane w każdym momencie klikając w przycisk **Ustawienia.**<br>


---

# 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://pomoc.inteliwise.com/chatbot/rozpoczynamy-nowy-projekt.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.
