> For the complete documentation index, see [llms.txt](https://ukr-lifehacks.ed-era.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ukr-lifehacks.ed-era.com/rozdil-8/zaimennyk.md).

# Займенник

|                                                                                                 |
| ----------------------------------------------------------------------------------------------- |
| Визначення                                                                                      |
|                                                                                                 |
| **Займенник**                                                                                   |
| – самостійна іменна частина мови, яка вказує на предмети, ознаки, кількість, але не називає їх. |
|                                                                                                 |
| Розряди:                                                                                        |
| особові, присвійні, зворотний, означальні, вказівні, питальні, відносні, неозначені, заперечні. |
|                                                                                                 |
| **У непрямих відмінках**                                                                        |
| особові займенники мають іншу основу (я, мене, мені, мною тощо).                                |
|                                                                                                 |
| **Зворотний займенник (себе)**                                                                  |
| не має форми Н. в. У непрямих відмінках він змінюється, як особовий займенник                   |
| ти                                                                                              |
| .                                                                                               |

## Правопис займенників

| **Разом**                                                                                                 | **Окремо**                                                                    | **Через дефіс**                                                                             |
| --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| **НІ-, АБИ-, ДЕ-, СЬ-**                                                                                   | **із ПРИЙМЕННИКОМ**                                                           | **БУДЬ-, НЕБУДЬ-, КАЗНА-, ХТОЗНА-, БОЗНА-**                                                 |
| <p>ніхто, ніщо, ніякий…<br> абихто, абищо, абиякий…<br> дехто, дещо, деякий…<br> хтось, щось, якийсь…</p> | <p>ні до кого<br> аби до кого<br> де з ким<br> будь за ким<br> ні до чого</p> | будь-що, чий-небудь, казна-що, хтозна-який, бозна-який, хто-небудь, хтозна-хто, хтозна-який |

Правильно написано всі займенники в рядку дещо, ніяка, скільки-небудь, абихто ніхто, будь-яка, де-який, ніскільки будь-хто, якийсь, аби-де, що-небудь нічия, хто-небудь, де-котрий, будь-чий будь-що, якийсь, ніякий, хто-зна-що

Правильною є форма займенника в словосполученні на тім боці дороги порозумітися з їми з твоєго міста до нашіх друзів всим депутатам


---

# 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://ukr-lifehacks.ed-era.com/rozdil-8/zaimennyk.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.
