# რისი ვიკია?

## ყველაფრის.

ეს არის ჩემი პერსონალური ვიკი, სადაც მე ვდებ იმას რაც მჭირდება, და იმას თუ როგორ გავაკეთე ეს ყველაფერი.&#x20;

ესეთ გაიდებში შედის როგორც კოდის ნაწილები, ასევე  ლინუქსის ტერმინალის ბრძანებები.

მაგალითად, ძველი მერვე ჯავას დასაყენებლად უნდა ჩავწეროთ შემდეგი ბრძანებები:

```
$ sudo apt-get install software-properties-common                          
$ sudo add-apt-repository ppa:webupd8team/java                             
$ sudo apt-get update                                                      
$ sudo apt-get install oracle-java8-installer                              
$ sudo apt-get install oracle-java8-set-default 
```

ან javascript alert -ში რომ დავწეროთ Hello World, შემდეგი კოდი დაგვჭირდება:

```javascript
alert ('Hello Nibba');
```

{% hint style="info" %}
&#x20;წერტოლ მძიმეს (;) დაწერა არ დაივიწყოთ!
{% endhint %}

![ესეთ რამეს მივიღებთ.](https://4082182137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M1VbRwiKXSAso_h9dUE%2F-M1t_PtNI87aifGz636R%2F-M1tf-LxhRvvD_EJ9ef8%2FScreenshot_20200308_142204.png?alt=media\&token=104c519c-6a1f-4b41-aa0c-af90fc44b12d)

### Go back to [Ted.ge](https://ted.ge/):bear:&#x20;


---

# 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://wiki.ted.ge/master.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.
