# Blender

![](/files/-M4Um5SZ5V1tMhrrIC1M)

{% hint style="danger" %}
Blender will only work for very basic animation. Please use this keeping in your mind that you're using an Android device.
{% endhint %}

You can install Blender to fulfil all your 3D modelling needs as follows-

### APT

* Just paste this after starting the distro

```
sudo apt-get update
sudo apt-get install blender
```

### PACMAN

* Just paste this after starting the distro

```
sudo pacman -Syu
sudo pacman -S pacman
```

If you don't want to build form the AUR, you can use [this ](https://gist.github.com/imprakharshukla/280de1a64c527775025836c15620e6cb)method instead.

### YUM | DNF

* Just paste this after starting the distro

```
sudo dnf update
sudo dnf install blender -y
```


---

# 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://andronix-app.gitbook.io/andronix-app/software/blender.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.
